|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Store | |
|---|---|
| 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 Store in com.gc.iotools.stream.is |
|---|
| Methods in com.gc.iotools.stream.is that return Store | |
|---|---|
Store |
RandomAccessInputStream.getStore()
Return the underlying store where the cache of data is kept. |
| Methods in com.gc.iotools.stream.is with parameters of type Store | |
|---|---|
void |
RandomAccessInputStream.setStore(Store store)
|
| Uses of Store in com.gc.iotools.stream.store |
|---|
| Subinterfaces of Store in com.gc.iotools.stream.store | |
|---|---|
interface |
SeekableStore
Represents a Store that can be seeked to a random position. |
| Classes in com.gc.iotools.stream.store that implement Store | |
|---|---|
class |
MemoryStore
TODO: more efficient memory usage. |
class |
OnOffStore
|
class |
ThresholdStore
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||