TrueZIP 6.8.2

Uses of Package
de.schlichtherle.io.rof

Packages that use de.schlichtherle.io.rof
de.schlichtherle.crypto.io Provides utility classes for encryption and decryption. 
de.schlichtherle.crypto.io.raes Reads and writes files according to the Random Access Encryption Specification (RAES). 
de.schlichtherle.io Provides transparent, multi-threaded read/write access to archive files (ZIP, TAR, etc) and their entries as if they were (virtual) directories and files. 
de.schlichtherle.io.archive.spi The Service Provider Interface (SPI) for pluggable ArchiveDrivers. 
de.schlichtherle.io.archive.tar Provides the ArchiveDriver family for TAR files. 
de.schlichtherle.io.archive.zip Provides the ArchiveDriver family for ZIP files. 
de.schlichtherle.io.archive.zip.raes Provides the ArchiveDriver family for RAES encrypted ZIP files. 
de.schlichtherle.io.rof Provides random read only access to files (as opposed to the random read/write access provided by RandomAccessFile). 
de.schlichtherle.util.zip A drop-in replacement for the classes in the package java.util.zip which read and write ZIP files. 
 

Classes in de.schlichtherle.io.rof used by de.schlichtherle.crypto.io
AbstractReadOnlyFile
          A base class for ReadOnlyFile implementations which implements the common boilerplate.
FilterReadOnlyFile
          A base class for any class which wants to decorate a ReadOnlyFile.
ReadOnlyFile
          A minimal interface to allow random read only access to a file.
 

Classes in de.schlichtherle.io.rof used by de.schlichtherle.crypto.io.raes
AbstractReadOnlyFile
          A base class for ReadOnlyFile implementations which implements the common boilerplate.
FilterReadOnlyFile
          A base class for any class which wants to decorate a ReadOnlyFile.
ReadOnlyFile
          A minimal interface to allow random read only access to a file.
 

Classes in de.schlichtherle.io.rof used by de.schlichtherle.io
AbstractReadOnlyFile
          A base class for ReadOnlyFile implementations which implements the common boilerplate.
FilterReadOnlyFile
          A base class for any class which wants to decorate a ReadOnlyFile.
ReadOnlyFile
          A minimal interface to allow random read only access to a file.
 

Classes in de.schlichtherle.io.rof used by de.schlichtherle.io.archive.spi
ReadOnlyFile
          A minimal interface to allow random read only access to a file.
 

Classes in de.schlichtherle.io.rof used by de.schlichtherle.io.archive.tar
ReadOnlyFile
          A minimal interface to allow random read only access to a file.
 

Classes in de.schlichtherle.io.rof used by de.schlichtherle.io.archive.zip
ReadOnlyFile
          A minimal interface to allow random read only access to a file.
 

Classes in de.schlichtherle.io.rof used by de.schlichtherle.io.archive.zip.raes
ReadOnlyFile
          A minimal interface to allow random read only access to a file.
 

Classes in de.schlichtherle.io.rof used by de.schlichtherle.io.rof
AbstractReadOnlyFile
          A base class for ReadOnlyFile implementations which implements the common boilerplate.
FilterReadOnlyFile
          A base class for any class which wants to decorate a ReadOnlyFile.
ReadOnlyFile
          A minimal interface to allow random read only access to a file.
 

Classes in de.schlichtherle.io.rof used by de.schlichtherle.util.zip
ReadOnlyFile
          A minimal interface to allow random read only access to a file.
 


TrueZIP 6.8.2

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