com.judoscript.util
Class SystemInput

java.lang.Object
  extended by java.io.Reader
      extended by java.io.BufferedReader
          extended by com.judoscript.util.SystemInput
All Implemented Interfaces:
java.io.Closeable, java.lang.Readable

public final class SystemInput
extends java.io.BufferedReader

Used to represent stdin. It never closes.


Field Summary
 
Fields inherited from class java.io.Reader
lock
 
Constructor Summary
SystemInput(java.io.InputStream is)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.io.BufferedReader
mark, markSupported, read, read, readLine, ready, reset, skip
 
Methods inherited from class java.io.Reader
read, read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemInput

public SystemInput(java.io.InputStream is)
Method Detail

close

public void close()
Specified by:
close in interface java.io.Closeable
Overrides:
close in class java.io.BufferedReader