public interface AbstractFileRandomAccess
int read(byte[] buf,
int off,
int len)
throws IOException
IOExceptionvoid write(byte[] buf,
int off,
int len)
throws IOException
IOExceptionvoid setLength(long length)
throws IOException
IOExceptionvoid seek(long position)
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionlong getFilePointer()
throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.