public interface AbstractFileRandomAccess
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getFilePointer() |
int |
read(byte[] buf,
int off,
int len) |
void |
seek(long position) |
void |
setLength(long length) |
void |
write(byte[] buf,
int off,
int len) |
int read(byte[] buf,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionvoid write(byte[] buf,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionvoid setLength(long length)
throws java.io.IOException
java.io.IOExceptionvoid seek(long position) throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOExceptionlong getFilePointer()
throws java.io.IOException
java.io.IOExceptionCopyright © 2022. All rights reserved.