| Interface | Description |
|---|---|
| ObjectStream<T> |
A stream of objects read from somewhere.
|
| Class | Description |
|---|---|
| AbstractObjectStream<T> |
Base class to make
ObjectStreams easier to implement. |
| CompressedByteSource |
A Guava byte source that decompresses data from an underlying source.
|
| GroupingObjectStream<C,E> |
Base class for streams that group the output of another stream.
|
| LineStream |
Stream that reads lines from a file.
|
| ObjectStreamIterator<T> |
Simple implementation of an Iterator that wraps a object stream’s data.
|
| ObjectStreams |
Utility methods for streams.
|
| StagedWrite |
Helper to do staged file writes.
|