Package net.sf.japaki.io

This package contains some classes to facilitate input/output operations.

See:
          Description

Interface Summary
ReaderBuffer Implements a sort of a sliding window on a reader.
RestorableIO<T> This interface marks classes that contain methods to create a "backup instance" and to restore later from that instance.
 

Class Summary
ReaderProxy Forwards all method calls to a base reader.
RingBuffer A ring buffer stores the characters read from the input stream in a buffer.
SlicedReader A sliced reader is a reader that can be "sliced".
 

Package net.sf.japaki.io Description

This package contains some classes to facilitate input/output operations.

Since:
1.0