| Package | Description |
|---|---|
| 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.
|
| Constructor and Description |
|---|
RandomAccessInputStream(InputStream source,
SeekableStore store)
Constructor for RandomAccessInputStream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryStore
TODO: more efficient memory usage.
|
class |
OnOffStore
OnOffStore class.
|
class |
ThresholdStore
Store that puts data in memory until threshold size is reach.
|
| Constructor and Description |
|---|
OnOffStore(SeekableStore store)
Constructor for OnOffStore.
|
Copyright © 2008–2016. All rights reserved.