com.depthexplorer.ui
Class Utils.StringInputStream

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

static class Utils.StringInputStream
extends InputStream


Field Summary
(package private)  StringReader sr
           
 
Constructor Summary
Utils.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

Utils.StringInputStream

Utils.StringInputStream(String value)
Method Detail

read

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