| 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 pool service provider.
|
| de.schlichtherle.truezip.socket.spi |
Provides an abstract class for a locatable I/O pool service provider.
|
| Modifier and Type | Field and Description |
|---|---|
private IOPool<?> |
FsCachingController.pool |
| Constructor and Description |
|---|
FsCachingController(FsController<? extends FsConcurrentModel> controller,
IOPool<?> pool)
Constructs a new content caching file system 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 pool to use for allocating temporary I/O entries.
|
| Constructor and Description |
|---|
FsMultiplexedOutputShop(OutputShop<AE> output,
IOPool<?> pool)
Constructs a new multiplexed output shop.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ByteArrayIOPool
A pool of byte array I/O entries.
|
| Modifier and Type | Field and Description |
|---|---|
private IOPool<?> |
IOCache.pool |
| Modifier and Type | Method and Description |
|---|---|
IOPool<?> |
IOPoolProvider.get()
Returns an I/O entry pool.
|
| 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
and uses the given pool to allocate and release temporary I/O entries.
|
| Modifier and Type | Method and Description |
|---|---|
IOPool<?> |
IOPoolLocator.get()
Returns an I/O entry pool.
|
| Modifier and Type | Method and Description |
|---|---|
IOPool<?> |
ByteArrayIOPoolService.get() |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.