public interface AbstractFileRandomAccess
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getFilePointer() |
long |
length() |
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 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
IOExceptionlong length()
throws IOException
IOExceptionCopyright © 2025. All rights reserved.