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
IOException
void write(byte[] buf, int off, int len) throws IOException
IOException
void setLength(long length) throws IOException
IOException
void seek(long position) throws IOException
IOException
void close() throws IOException
IOException
long getFilePointer() throws IOException
IOException
long length() throws IOException
IOException
Copyright © 2024. All rights reserved.