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

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--java.io.ByteArrayInputStream
              |
              +--edu.rice.cs.drjava.config.OptionMapLoaderTest.StringInputStream
Enclosing class:
OptionMapLoaderTest

public static class OptionMapLoaderTest.StringInputStream
extends ByteArrayInputStream


Fields inherited from class java.io.ByteArrayInputStream
buf, count, isClosed, mark, pos
 
Fields inherited from class java.io.InputStream
SKIP_BUFFER_SIZE, skipBuffer
 
Constructor Summary
OptionMapLoaderTest.StringInputStream(String s)
           
 
Methods inherited from class java.io.ByteArrayInputStream
available, close, ensureOpen, 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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

OptionMapLoaderTest.StringInputStream

public OptionMapLoaderTest.StringInputStream(String s)