edu.rice.cs.drjava.config
Class OptionMapLoaderTest.StringInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by java.io.ByteArrayInputStream
          extended by edu.rice.cs.drjava.config.OptionMapLoaderTest.StringInputStream
All Implemented Interfaces:
Closeable
Enclosing class:
OptionMapLoaderTest

public static class OptionMapLoaderTest.StringInputStream
extends ByteArrayInputStream


Field Summary
 
Fields inherited from class java.io.ByteArrayInputStream
buf, count, mark, pos
 
Constructor Summary
OptionMapLoaderTest.StringInputStream(String s)
           
 
Method Summary
 
Methods inherited from class java.io.ByteArrayInputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.io.InputStream
read
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionMapLoaderTest.StringInputStream

public OptionMapLoaderTest.StringInputStream(String s)