public interface RandomAccessSource
int get(long position)
throws java.io.IOException
position - java.io.IOExceptionint get(long position,
byte[] bytes,
int off,
int len)
throws java.io.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 readjava.io.IOExceptionlong length()
void close()
throws java.io.IOException
java.io.IOExceptionCopyright © 2013. All Rights Reserved.