org.extex.unit.omega
Class OmegaInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.extex.unit.omega.OmegaInputStream
All Implemented Interfaces:
java.io.Closeable

public class OmegaInputStream
extends java.io.InputStream

TODO gene: missing JavaDoc.

Version:
$Revision: 6391 $
Author:
Gerd Neugebauer

Constructor Summary
OmegaInputStream(java.io.InputStream stream, Context context)
          Creates a new object.
 
Method Summary
 int available()
          
 int read()
          
 
Methods inherited from class java.io.InputStream
close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OmegaInputStream

public OmegaInputStream(java.io.InputStream stream,
                        Context context)
Creates a new object.

Parameters:
context - the interpreter context
stream - the input stream
Method Detail

available

public int available()
              throws java.io.IOException

Overrides:
available in class java.io.InputStream
Throws:
java.io.IOException
See Also:
InputStream.available()

read

public int read()
         throws java.io.IOException

Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException
See Also:
InputStream.read()