|
Class Summary |
| NullInputStream |
This class represents a null-inputstream |
| NullOutputStream |
This class represents an null-outputstream |
| Pipe |
This class provides a pipe, which transfers
data from an InputStream to an
OutputStream. |
| StringSubstitutionInputStream |
This is an InputStream wrapper that provides simple
String substitution while reading from it. |
| URLOutputStream |
This is an OutputStream wrapper that tries to open a stream
to the specified URL. |
| VariableSubstitutionInputStream |
This class wrappes an InputStream and provides
substitution of variables while reading from it. |