protected class AbstractFileSystem.OpenFile extends Object
| Constructor and Description |
|---|
OpenFile(AbstractFile f,
UnsignedInteger32 flags) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
AbstractFile |
getFile() |
long |
getFilePointer() |
UnsignedInteger32 |
getFlags() |
boolean |
isTextMode() |
int |
read(byte[] buf,
int off,
int len) |
void |
seek(long longValue) |
void |
write(byte[] buf,
int off,
int len) |
public OpenFile(AbstractFile f, UnsignedInteger32 flags) throws IOException
IOExceptionpublic boolean isTextMode()
public void close()
throws IOException
IOExceptionpublic int read(byte[] buf,
int off,
int len)
throws IOException
IOExceptionpublic void write(byte[] buf,
int off,
int len)
throws IOException
IOExceptionpublic void seek(long longValue)
throws IOException
IOExceptionpublic AbstractFile getFile()
public UnsignedInteger32 getFlags()
public long getFilePointer()
throws IOException
IOExceptionCopyright © 2025. All rights reserved.