org.apache.tools.ant.filters
public class StringInputStream extends ReaderInputStream
| Constructor Summary | |
|---|---|
| StringInputStream(String source)
Composes a stream from a String
| |
| StringInputStream(String source, String encoding)
Composes a stream from a String with the specified encoding
| |
Parameters: source The string to read from. Must not be null.
Parameters: source The string to read from. Must not be null. encoding The encoding scheme. Also must not be null.