org.xwt.mips
Class VM.InputStreamFD

java.lang.Object
  extended byorg.xwt.mips.VM.FileDescriptor
      extended byorg.xwt.mips.VM.InputStreamFD
Enclosing class:
VM

public class VM.InputStreamFD
extends VM.FileDescriptor


Constructor Summary
VM.InputStreamFD(java.io.InputStream is)
           
 
Method Summary
 int read(byte[] a, int off, int length)
           
 boolean readable()
           
 
Methods inherited from class org.xwt.mips.VM.FileDescriptor
fileInfo, isatty, seek, writable, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VM.InputStreamFD

public VM.InputStreamFD(java.io.InputStream is)
Method Detail

readable

public boolean readable()
Overrides:
readable in class VM.FileDescriptor

read

public int read(byte[] a,
                int off,
                int length)
         throws java.io.IOException
Overrides:
read in class VM.FileDescriptor
Throws:
java.io.IOException