public interface RandomAccessSource
int get(long position)
throws IOException
position - IOExceptionint get(long position,
byte[] bytes,
int off,
int len)
throws IOException
position - the position in the RandomAccessSource to read frombytes - output bufferoff - offset into the output buffer where results will be placedlen - the number of bytes to readIOExceptionlong length()
void close()
throws IOException
IOExceptionCopyright © 2015. All rights reserved.