TrueZIP Kernel 7.0-rc2

Uses of Interface
de.schlichtherle.truezip.rof.ReadOnlyFile

Packages that use ReadOnlyFile
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. 
 

Uses of ReadOnlyFile in de.schlichtherle.truezip.fs
 

Classes in de.schlichtherle.truezip.fs that implement ReadOnlyFile
private  class FsStatistics.CountingReadOnlyFile
           
 

Methods in de.schlichtherle.truezip.fs that return ReadOnlyFile
(package private)  ReadOnlyFile FsStatistics.countBytes(ReadOnlyFile rof)
           
 ReadOnlyFile FsStatisticsController.Input.newReadOnlyFile()
           
 ReadOnlyFile FsFederatingController.Input.newReadOnlyFile()
           
 ReadOnlyFile FsConcurrentController.Input.newReadOnlyFile()
           
 ReadOnlyFile FsCachingController.EntryCache.ProxyInputSocket.newReadOnlyFile()
           
 

Methods in de.schlichtherle.truezip.fs with parameters of type ReadOnlyFile
(package private)  ReadOnlyFile FsStatistics.countBytes(ReadOnlyFile rof)
           
 

Constructors in de.schlichtherle.truezip.fs with parameters of type ReadOnlyFile
FsStatistics.CountingReadOnlyFile(ReadOnlyFile rof)
           
 

Uses of ReadOnlyFile in de.schlichtherle.truezip.fs.archive
 

Methods in de.schlichtherle.truezip.fs.archive that return ReadOnlyFile
 ReadOnlyFile FsArchiveController.Input.newReadOnlyFile()
           
 

Uses of ReadOnlyFile in de.schlichtherle.truezip.rof
 

Classes in de.schlichtherle.truezip.rof that implement ReadOnlyFile
 class AbstractReadOnlyFile
          An abstract read only file which implements the common boilerplate.
 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 DefaultReadOnlyFile
          A ReadOnlyFile implementation derived from RandomAccessFile.
 class SynchronizedReadOnlyFile
          A decorator which synchronizes all access to a ReadOnlyFile via an object provided to its constructor.
 

Fields in de.schlichtherle.truezip.rof declared as ReadOnlyFile
protected  ReadOnlyFile DecoratingReadOnlyFile.delegate
          The nullable decorated read only file.
protected  ReadOnlyFile ReadOnlyFileInputStream.rof
          The underlying ReadOnlyFile.
 

Constructors in de.schlichtherle.truezip.rof with parameters of type ReadOnlyFile
BufferedReadOnlyFile(ReadOnlyFile rof)
          Creates a new instance of BufferedReadOnlyFile.
BufferedReadOnlyFile(ReadOnlyFile rof, File file, int windowLen)
           
BufferedReadOnlyFile(ReadOnlyFile rof, int windowLen)
          Creates a new instance of BufferedReadOnlyFile.
DecoratingReadOnlyFile(ReadOnlyFile rof)
          Creates a new instance of DecoratingReadOnlyFile, which filters the given read only file.
ReadOnlyFileInputStream(ReadOnlyFile rof)
          Adapts the given ReadOnlyFile.
SynchronizedReadOnlyFile(ReadOnlyFile rof)
          Constructs a new synchronized read only file.
SynchronizedReadOnlyFile(ReadOnlyFile rof, Object lock)
          Constructs a new synchronized read only file.
 

Uses of ReadOnlyFile in de.schlichtherle.truezip.socket
 

Classes in de.schlichtherle.truezip.socket that implement ReadOnlyFile
private  class ConcurrentInputShop.ConcurrentReadOnlyFile
           
private  class ConcurrentInputShop.SynchronizedConcurrentReadOnlyFile
           
private  class IOCache.Buffer.BufferReadOnlyFile
           
private  class LazyInputSocket.ProxyReadOnlyFile
           
 

Methods in de.schlichtherle.truezip.socket that return ReadOnlyFile
(package private)  ReadOnlyFile LazyInputSocket.ProxyReadOnlyFile.getReadOnlyFile()
           
 ReadOnlyFile LazyInputSocket.newReadOnlyFile()
          Returns a proxy read only file which acquires its underlying read only file upon the first read access.
 ReadOnlyFile IOCache.CacheInputSocket.newReadOnlyFile()
           
 ReadOnlyFile IOCache.Buffer.BufferInputSocket.newReadOnlyFile()
           
abstract  ReadOnlyFile InputSocket.newReadOnlyFile()
          Optional: Returns a new read only file for reading bytes from the local target in arbitrary order.
 ReadOnlyFile DecoratingInputSocket.newReadOnlyFile()
           
 ReadOnlyFile ByteArrayIOEntry.ByteArrayInputSocket.newReadOnlyFile()
           
 

Constructors in de.schlichtherle.truezip.socket with parameters of type ReadOnlyFile
ConcurrentInputShop.ConcurrentReadOnlyFile(ReadOnlyFile rof)
           
ConcurrentInputShop.SynchronizedConcurrentReadOnlyFile(ReadOnlyFile rof)
           
IOCache.Buffer.BufferReadOnlyFile(ReadOnlyFile rof)
           
 


TrueZIP Kernel 7.0-rc2

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