com.depthexplorer
Class RTNRoot.StringInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.depthexplorer.RTNRoot.StringInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
RTNRoot

 class RTNRoot.StringInputStream
extends InputStream


Field Summary
(package private)  StringReader sr
           
 
Constructor Summary
RTNRoot.StringInputStream(String value)
           
 
Method Summary
 int read()
           
 
Methods inherited from class java.io.InputStream
available, 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
 

Field Detail

sr

StringReader sr
Constructor Detail

RTNRoot.StringInputStream

RTNRoot.StringInputStream(String value)
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException