TrueZIP Kernel 7.0-rc2

Uses of Interface
de.schlichtherle.truezip.socket.IOPool

Packages that use IOPool
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. 
 

Uses of IOPool in de.schlichtherle.truezip.fs
 

Fields in de.schlichtherle.truezip.fs declared as IOPool
private  IOPool<?> FsCachingController.pool
           
 

Constructors in de.schlichtherle.truezip.fs with parameters of type IOPool
FsCachingController(FsController<? extends FsConcurrentModel> controller, IOPool<?> pool)
          Constructs a new content caching file system controller.
 

Uses of IOPool in de.schlichtherle.truezip.fs.archive
 

Fields in de.schlichtherle.truezip.fs.archive declared as IOPool
private  IOPool<?> FsMultiplexedArchiveOutputShop.pool
           
 

Methods in de.schlichtherle.truezip.fs.archive that return IOPool
abstract  IOPool<?> FsArchiveDriver.getPool()
          Returns the I/O pool to use for allocating temporary I/O entries.
 

Constructors in de.schlichtherle.truezip.fs.archive with parameters of type IOPool
FsMultiplexedArchiveOutputShop(OutputShop<AE> output, IOPool<?> pool)
          Constructs a new FsMultiplexedArchiveOutputShop.
 

Uses of IOPool in de.schlichtherle.truezip.socket
 

Classes in de.schlichtherle.truezip.socket that implement IOPool
 class ByteArrayIOPool
          A pool of byte array I/O entries.
 

Fields in de.schlichtherle.truezip.socket declared as IOPool
private  IOPool<?> IOCache.pool
           
 

Methods in de.schlichtherle.truezip.socket that return IOPool
 IOPool<?> IOPoolProvider.get()
          Returns an I/O pool.
 

Methods in de.schlichtherle.truezip.socket with parameters of type IOPool
 IOCache IOCache.Strategy.newCache(IOPool<?> pool)
          Returns a new cache.
 

Constructors in de.schlichtherle.truezip.socket with parameters of type IOPool
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.
 

Uses of IOPool in de.schlichtherle.truezip.socket.sl
 

Methods in de.schlichtherle.truezip.socket.sl that return IOPool
 IOPool<?> IOPoolLocator.get()
          Returns an I/O pool.
 


TrueZIP Kernel 7.0-rc2

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.