org.xwt.mips
Class VM.FileDescriptor
java.lang.Object
org.xwt.mips.VM.FileDescriptor
- Direct Known Subclasses:
- VM.InputStreamFD, VM.OutputStreamFD, VM.RegularFileDescriptor
- Enclosing class:
- VM
- public abstract static class VM.FileDescriptor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
readable
public boolean readable()
writable
public boolean writable()
fileInfo
public org.xwt.mips.VM.FileInfo fileInfo()
read
public int read(byte[] a,
int off,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
write
public int write(byte[] a,
int off,
int length)
throws java.io.IOException
- Throws:
java.io.IOException
seek
public int seek(int n,
int whence)
throws java.io.IOException
- Throws:
java.io.IOException
isatty
public boolean isatty()