| Package | Description |
|---|---|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| de.schlichtherle.truezip.socket |
Provides I/O sockets to address and resolve targets for I/O operations.
|
| de.schlichtherle.truezip.socket.sl |
Provides a singleton to locate an I/O buffer pool service provider on the
class path.
|
| Modifier and Type | Field and Description |
|---|---|
private IOPool<?> |
FsCacheController.pool |
| Constructor and Description |
|---|
FsCacheController(FsController<? extends FsLockModel> controller,
IOPool<?> pool)
Constructs a new file system cache controller.
|
| Modifier and Type | Field and Description |
|---|---|
private IOPool<?> |
FsMultiplexedOutputShop.pool |
| Modifier and Type | Method and Description |
|---|---|
protected abstract IOPool<?> |
FsArchiveDriver.getPool()
Returns the I/O buffer pool to use for allocating temporary I/O buffers.
|
| Constructor and Description |
|---|
FsMultiplexedOutputShop(OutputShop<E> output,
IOPool<?> pool)
Constructs a new multiplexed output shop.
|
| Modifier and Type | Field and Description |
|---|---|
private IOPool<?> |
IOCache.pool |
| Modifier and Type | Method and Description |
|---|---|
IOPool<?> |
IOPoolProvider.get()
Returns the I/O buffer pool to use for allocating temporary I/O buffers.
|
| Modifier and Type | Method and Description |
|---|---|
IOCache |
IOCache.Strategy.newCache(IOPool<?> pool)
Returns a new cache.
|
| Constructor and Description |
|---|
IOCache(IOCache.Strategy strategy,
IOPool<?> pool)
Constructs a new cache which applies the given caching strategy,
uses the given pool to allocate and release temporary I/O entries.
|
| Modifier and Type | Method and Description |
|---|---|
IOPool<?> |
IOPoolLocator.get() |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.