| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| de.schlichtherle.truezip.socket |
Provides I/O sockets to address and resolve targets for I/O
operations.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) IOCache |
FsCachingController.EntryController.cache |
| Modifier and Type | Method and Description |
|---|---|
IOCache |
IOCache.configure(InputSocket<?> input)
Configures the input socket for reading the entry data from the
backing store.
|
IOCache |
IOCache.configure(OutputSocket<?> output)
Configures the output socket for writing the entry data to the
backing store.
|
IOCache |
IOCache.Strategy.newCache(IOPool<?> pool)
Returns a new cache.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) IOCache.InputBufferPool |
IOCache.Strategy.newInputBufferPool(IOCache cache) |
(package private) abstract IOCache.OutputBufferPool |
IOCache.Strategy.newOutputBufferPool(IOCache cache) |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.