TrueZIP Kernel 7.0-rc1

Uses of Class
de.schlichtherle.truezip.socket.IOCache

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

Uses of IOCache in de.schlichtherle.truezip.fs
 

Fields in de.schlichtherle.truezip.fs declared as IOCache
private  IOCache FsCachingController.Cache.cache
           
 

Uses of IOCache in de.schlichtherle.truezip.socket
 

Methods in de.schlichtherle.truezip.socket that return IOCache
 IOCache IOCache.clear()
          Discards the entry data in this buffer.
 IOCache IOCache.configure(InputSocket<?> input)
          Configures the input socket for reading the entry data from the backing store.
 IOCache IOCache.configure(OutputSocket<?> output)
          Configures the output socket for writing the entry data to the backing store.
 IOCache IOCache.flush()
          Writes the cached entry data to the backing store unless already done.
 IOCache IOCache.Strategy.newCache(IOPool<?> pool)
          Returns a new cache.
 

Methods in de.schlichtherle.truezip.socket with parameters of type IOCache
(package private)  IOCache.InputBufferPool IOCache.Strategy.newInputBufferPool(IOCache cache)
           
(package private) abstract  IOCache.OutputBufferPool IOCache.Strategy.newOutputBufferPool(IOCache cache)
           
 


TrueZIP Kernel 7.0-rc1

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