| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Store |
RandomAccessInputStream.getStore()
Return the underlying store where the cache of data is kept.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RandomAccessInputStream.setStore(Store store)
Setter for the field
store. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SeekableStore
Represents a
Store that can be seeked to a random position. |
| 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.
|
Copyright © 2008–2016. All rights reserved.