| Class |
Description |
|
ByteBufferBackedInputStream
|
An InputStream adaptor which reads data from a ByteBuffer |
|
ByteDumper
|
@author Paolo Di Tommaso |
|
DataInputStreamAdapter
|
Implements a java.io.InputStream object backed on a java.io.DataInput instance |
|
DataOutputStreamAdapter
|
Implements a java.io.OutputStream object backed on a java.io.DataOutput instance |
|
LogOutputStream
|
Base class to connect a logging system to the output and/or
error stream of then external process. |
|
ReaderInputStream
|
java.io.InputStream implementation that reads a character stream from a java.io.Reader
and transforms it to a byte stream using a specified charset encoding. |
|
SkipLinesInputStream
|
An input stream that skips the first `n` lines in a text stream |
|
WriterOutputStream
|
java.io.OutputStream implementation that transforms a byte stream to a
character stream using a specified charset encoding and writes the resulting
stream to a java.io.Writer. |