Package com.varankin.io.stream

Interface Summary
AtomicReader.Factory<Atom>  
 

Class Summary
AccuChopper<Component extends Accumulator<Part>,Part> General purpose parser, trying to construct Component's from Part's.
AtomicReader<Atom> Iterable wrapper over character Reader.
Chain<Atom> This object creates a new iterable source of Atom's, combined from Atom's received from every instance of repository provided by external factory.
CharacterReader Iterable wrapper over character Reader.
Chopper<Component extends Receiver<Part>,Part> General purpose parser, trying to construct Component's from Part's.
Marker<T> Iterable passthrough object that wraps incoming objects into container marked with structured location.
Marker.Box<Unit> Container to wrap incoming object.
NullTerminator<T> Passthrough iteratable object that ends iteration with extra null.
StreamCutter<Component extends Receiver<Part>,Part> General purpose parser, trying to construct Component's from Part's.