TrueZIP Kernel 7.0-rc1

Uses of Package
de.schlichtherle.truezip.rof

Packages that use de.schlichtherle.truezip.rof
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.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. 
 

Classes in de.schlichtherle.truezip.rof used by de.schlichtherle.truezip.fs
AbstractReadOnlyFile
          An abstract read only file which implements the common boilerplate.
DecoratingReadOnlyFile
          An abstract decorator for a read only file.
ReadOnlyFile
          Provides random read-only access to a file.
 

Classes in de.schlichtherle.truezip.rof used by de.schlichtherle.truezip.fs.archive
ReadOnlyFile
          Provides random read-only access to a file.
 

Classes in de.schlichtherle.truezip.rof used by de.schlichtherle.truezip.rof
AbstractReadOnlyFile
          An abstract read only file which implements the common boilerplate.
DecoratingReadOnlyFile
          An abstract decorator for a read only file.
ReadOnlyFile
          Provides random read-only access to a file.
 

Classes in de.schlichtherle.truezip.rof used by de.schlichtherle.truezip.socket
AbstractReadOnlyFile
          An abstract read only file which implements the common boilerplate.
DecoratingReadOnlyFile
          An abstract decorator for a read only file.
ReadOnlyFile
          Provides random read-only access to a file.
SynchronizedReadOnlyFile
          A decorator which synchronizes all access to a ReadOnlyFile via an object provided to its constructor.
 


TrueZIP Kernel 7.0-rc1

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