| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  |
  +--java.io.InputStream
        |
        +--org.apache.tools.ant.util.ReaderInputStream
              |
              +--org.apache.tools.ant.filters.StringInputStream
Wraps a String as an InputStream.
| Constructor Summary | |
| StringInputStream(java.lang.String source)Composes a stream from a String | |
| StringInputStream(java.lang.String source,
                  java.lang.String encoding)Composes a stream from a String with the specified encoding | |
| Methods inherited from class org.apache.tools.ant.util.ReaderInputStream | 
| available, close, mark, markSupported, read, read, reset | 
| Methods inherited from class java.io.InputStream | 
| read, skip | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public StringInputStream(java.lang.String source)
source - The string to read from. Must not be null.
public StringInputStream(java.lang.String source,
                         java.lang.String encoding)
source - The string to read from. Must not be null.encoding - The encoding scheme.  Also must not be null.| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||