| 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 |
|---|---|
private static IOCache.Strategy |
FsCachingController.STRATEGY |
| Modifier and Type | Field and Description |
|---|---|
private IOCache.Strategy |
IOCache.strategy |
| Modifier and Type | Method and Description |
|---|---|
static IOCache.Strategy |
IOCache.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IOCache.Strategy[] |
IOCache.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
IOCache(IOCache.Strategy strategy,
IOPool<?> pool)
Constructs a new cache which applies the given caching strategy
and uses the given pool to allocate and release temporary I/O entries.
|
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.