| 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.
|
| de.schlichtherle.truezip.socket.sl |
Provides a singleton to locate an I/O buffer pool service provider on the
class path.
|
| de.schlichtherle.truezip.socket.spi |
Provides an abstract class for a locatable service provider for an
I/O buffer 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.
|
| 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 |
|---|
MultiplexedOutputShop(OutputShop<E> output,
IOPool<?> pool)
Constructs a new multiplexed output shop.
|
| Modifier and Type | Method and Description |
|---|---|
IOPool<?> |
IOPoolLocator.get() |
| Modifier and Type | Method and Description |
|---|---|
abstract <B extends IOPool.Entry<B>> |
IOPoolDecorator.decorate(IOPool<B> pool)
Decorates the given I/O buffer pool.
|
| Modifier and Type | Method and Description |
|---|---|
abstract <B extends IOPool.Entry<B>> |
IOPoolDecorator.decorate(IOPool<B> pool)
Decorates the given I/O buffer pool.
|
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.