See: Description
Interface | Description |
---|---|
SeekableStore |
Represents a
Store that can be seeked to a random position. |
Store |
Represent a place where bytes are memorized.
|
Class | Description |
---|---|
MemoryStore |
TODO: more efficient memory usage.
|
OnOffStore |
OnOffStore class.
|
ThresholdStore |
Store that puts data in memory until threshold size is reach.
|
Provides strategies to buffer data used along the application.
All the classes in this package should implement the Store interface.
InputStreamFromOutputStream
,
OutputStreamToInputStream
Copyright © 2008–2016. All rights reserved.