public interface BlockReader extends Closeable
int read(byte[] buf, int off, int len) throws IOException
IOException
int readAll(byte[] buf, int offset, int len) throws IOException
IOException
long skip(long n) throws IOException
IOException
Copyright © 2009 The Apache Software Foundation