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
IOException
public boolean isTextMode()
public void close() throws IOException
IOException
public int read(byte[] buf, int off, int len) throws IOException
IOException
public void write(byte[] buf, int off, int len) throws IOException
IOException
public void seek(long longValue) throws IOException
IOException
public AbstractFile getFile()
public UnsignedInteger32 getFlags()
public long getFilePointer() throws IOException
IOException
Copyright © 2024. All rights reserved.