Interface | Description |
---|---|
ObjectStream<T> |
A stream of objects read from somewhere.
|
Class | Description |
---|---|
AbstractObjectStream<T> |
Base class to make
ObjectStream s easier to implement. |
CompressedByteSource |
A Guava byte source that decompresses data from an underlying source.
|
CustomClassLoaderObjectInputStream |
Object input stream that uses a custom class loader.
|
GroupingObjectStream<C,E> |
Base class for streams that group the output of another stream.
|
LineStream |
Stream that reads lines from a file.
|
LKFileUtils |
File utilities for LensKit.
|
LoggingStreamSlurper |
Thread that reads an input stream and writes its lines to a logger.
|
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.
|
Enum | Description |
---|---|
CompressionMode |