TrueZIP 6.8.3

Uses of Class
de.schlichtherle.io.rof.FilterReadOnlyFile

Packages that use FilterReadOnlyFile
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.rof Provides random read only access to files (as opposed to the random read/write access provided by RandomAccessFile). 
 

Uses of FilterReadOnlyFile in de.schlichtherle.crypto.io
 

Subclasses of FilterReadOnlyFile in de.schlichtherle.crypto.io
 class CipherReadOnlyFile
          A read only file for transparent random read access to an encrypted file.
 

Uses of FilterReadOnlyFile in de.schlichtherle.crypto.io.raes
 

Subclasses of FilterReadOnlyFile in de.schlichtherle.crypto.io.raes
 class RaesReadOnlyFile
          This class implements a ReadOnlyFile in order to provide transparent random read only access to the plain text data which has been encrypted and stored in a file according to the Random Access Encryption Specification (RAES).
(package private)  class Type0RaesReadOnlyFile
          Reads a type 0 RAES file.
 

Uses of FilterReadOnlyFile in de.schlichtherle.io
 

Subclasses of FilterReadOnlyFile in de.schlichtherle.io
(package private)  class CountingReadOnlyFile
           
 

Uses of FilterReadOnlyFile in de.schlichtherle.io.rof
 

Subclasses of FilterReadOnlyFile in de.schlichtherle.io.rof
 class BufferedReadOnlyFile
          A ReadOnlyFile implementation which provides buffered random read only access to another ReadOnlyFile.
 


TrueZIP 6.8.3

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