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