Package com.gc.iotools.stream.store

Provides strategies to buffer data used along the application.

See:
          Description

Interface Summary
SeekableStore Represents a Store that can be seeked to a random position.
Store Represent a place where bytes are memorized.
 

Class Summary
MemoryStore TODO: more efficient memory usage.
OnOffStore OnOffStore class.
ThresholdStore Store that puts data in memory until threshold size is reach.
 

Package com.gc.iotools.stream.store Description

Provides strategies to buffer data used along the application.

Package Specification

All the classes in this package should implement the Store interface.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

Since:
1.2.0
See Also:
InputStreamFromOutputStream, OutputStreamToInputStream


Copyright © 2008-2011. All Rights Reserved.