Interface | Description |
---|---|
TextSerializable |
Implementing this interface allows objects to be converted easily
to and from a string.
|
Class | Description |
---|---|
InputSubstream |
A wrapper around a stream that limits it to read a fixed number
of bytes.
|
MemoryInputStream | |
MemoryOutputStream | |
RandomCompressedInputStream |
Provides random access to a file that was previously written using
RandomCompressedOutputStream . |
RandomCompressedOutputStream |
An output stream that writes data in separate blocks each one is compressed
separately using gzip.
|
Text2 |
A modified version of Text which is optimized for appends.
|
TextSerializerHelper | |
TrackedOutputStream |
An output stream that keeps track of number of bytes written
|