|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SeekableStore | |
|---|---|
| com.gc.iotools.stream.is | Provides classes that extends java.io.InputStream. |
| com.gc.iotools.stream.store | Provides strategies to buffer data used along the application. |
| Uses of SeekableStore in com.gc.iotools.stream.is |
|---|
| Constructors in com.gc.iotools.stream.is with parameters of type SeekableStore | |
|---|---|
RandomAccessInputStream(InputStream source,
SeekableStore store)
Constructor for RandomAccessInputStream. |
|
| Uses of SeekableStore in com.gc.iotools.stream.store |
|---|
| Classes in com.gc.iotools.stream.store that implement SeekableStore | |
|---|---|
class |
MemoryStore
TODO: more efficient memory usage. |
class |
OnOffStore
OnOffStore class. |
class |
ThresholdStore
Store that puts data in memory until threshold size is reach. |
| Constructors in com.gc.iotools.stream.store with parameters of type SeekableStore | |
|---|---|
OnOffStore(SeekableStore store)
Constructor for OnOffStore. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||