TrueZIP Kernel 7.0-rc1

Package de.schlichtherle.truezip.rof

Provides random read-only access to files (as opposed to the random read/write access provided by RandomAccessFile).

See:
          Description

Interface Summary
ReadOnlyFile Provides random read-only access to a file.
 

Class Summary
AbstractReadOnlyFile An abstract read only file which implements the common boilerplate.
BufferedReadOnlyFile A ReadOnlyFile implementation which provides buffered random read only access to another ReadOnlyFile.
ByteArrayReadOnlyFile A read only file which reads from a byte array provided to its constructor.
DecoratingReadOnlyFile An abstract decorator for a read only file.
DefaultReadOnlyFile A ReadOnlyFile implementation derived from RandomAccessFile.
ReadOnlyFileInputStream An adapter class turning a provided ReadOnlyFile into an InputStream.
SynchronizedReadOnlyFile A decorator which synchronizes all access to a ReadOnlyFile via an object provided to its constructor.
 

Package de.schlichtherle.truezip.rof Description

Provides random read-only access to files (as opposed to the random read/write access provided by RandomAccessFile).


TrueZIP Kernel 7.0-rc1

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