TrueZIP Kernel 7.0-rc2

Uses of Class
de.schlichtherle.truezip.rof.AbstractReadOnlyFile

Packages that use AbstractReadOnlyFile
de.schlichtherle.truezip.fs Provides access to (possibly federated virtual) file systems. 
de.schlichtherle.truezip.rof Provides random read-only access to files (as opposed to the random read/write access provided by RandomAccessFile). 
de.schlichtherle.truezip.socket Provides I/O sockets to address and resolve targets for I/O operations. 
 

Uses of AbstractReadOnlyFile in de.schlichtherle.truezip.fs
 

Subclasses of AbstractReadOnlyFile in de.schlichtherle.truezip.fs
private  class FsStatistics.CountingReadOnlyFile
           
 

Uses of AbstractReadOnlyFile in de.schlichtherle.truezip.rof
 

Subclasses of AbstractReadOnlyFile in de.schlichtherle.truezip.rof
 class BufferedReadOnlyFile
          A ReadOnlyFile implementation which provides buffered random read only access to another ReadOnlyFile.
 class ByteArrayReadOnlyFile
          A read only file which reads from a byte array provided to its constructor.
 class DecoratingReadOnlyFile
          An abstract decorator for a read only file.
 class SynchronizedReadOnlyFile
          A decorator which synchronizes all access to a ReadOnlyFile via an object provided to its constructor.
 

Uses of AbstractReadOnlyFile in de.schlichtherle.truezip.socket
 

Subclasses of AbstractReadOnlyFile in de.schlichtherle.truezip.socket
private  class ConcurrentInputShop.ConcurrentReadOnlyFile
           
private  class ConcurrentInputShop.SynchronizedConcurrentReadOnlyFile
           
private  class IOCache.Buffer.BufferReadOnlyFile
           
private  class LazyInputSocket.ProxyReadOnlyFile
           
 


TrueZIP Kernel 7.0-rc2

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