TrueZIP Kernel 7.7.1
A B C D E F G H I J L M N O P Q R S T U V W 

R

read() - Method in class de.schlichtherle.truezip.io.DecoratingInputStream
 
read(byte[]) - Method in class de.schlichtherle.truezip.io.DecoratingInputStream
 
read(byte[], int, int) - Method in class de.schlichtherle.truezip.io.DecoratingInputStream
 
read(ByteBuffer) - Method in class de.schlichtherle.truezip.io.DecoratingSeekableByteChannel
 
read() - Method in class de.schlichtherle.truezip.io.DisconnectingInputStream
 
read(byte[], int, int) - Method in class de.schlichtherle.truezip.io.DisconnectingInputStream
 
read(ByteBuffer) - Method in class de.schlichtherle.truezip.io.DisconnectingSeekableByteChannel
 
read() - Method in class de.schlichtherle.truezip.io.LockInputStream
 
read(byte[], int, int) - Method in class de.schlichtherle.truezip.io.LockInputStream
 
read(ByteBuffer) - Method in class de.schlichtherle.truezip.io.SeekableByteBufferChannel
 
read(byte[]) - Method in class de.schlichtherle.truezip.rof.AbstractReadOnlyFile
 
read() - Method in class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
 
read(byte[], int, int) - Method in class de.schlichtherle.truezip.rof.BufferedReadOnlyFile
 
read() - Method in class de.schlichtherle.truezip.rof.ByteArrayReadOnlyFile
 
read(byte[], int, int) - Method in class de.schlichtherle.truezip.rof.ByteArrayReadOnlyFile
 
read() - Method in class de.schlichtherle.truezip.rof.DecoratingReadOnlyFile
 
read(byte[], int, int) - Method in class de.schlichtherle.truezip.rof.DecoratingReadOnlyFile
 
read() - Method in class de.schlichtherle.truezip.rof.DisconnectingReadOnlyFile
 
read(byte[], int, int) - Method in class de.schlichtherle.truezip.rof.DisconnectingReadOnlyFile
 
read() - Method in class de.schlichtherle.truezip.rof.IntervalReadOnlyFile
 
read(byte[], int, int) - Method in class de.schlichtherle.truezip.rof.IntervalReadOnlyFile
 
read() - Method in class de.schlichtherle.truezip.rof.LockReadOnlyFile
 
read(byte[], int, int) - Method in class de.schlichtherle.truezip.rof.LockReadOnlyFile
 
read() - Method in interface de.schlichtherle.truezip.rof.ReadOnlyFile
Reads and returns the next byte or -1 if the end of the file has been reached.
read(byte[]) - Method in interface de.schlichtherle.truezip.rof.ReadOnlyFile
Equivalent to read(b, 0, b.length).
read(byte[], int, int) - Method in interface de.schlichtherle.truezip.rof.ReadOnlyFile
Reads up to len bytes of data from this read only file into the given array.
read() - Method in class de.schlichtherle.truezip.rof.ReadOnlyFileInputStream
 
read(byte[]) - Method in class de.schlichtherle.truezip.rof.ReadOnlyFileInputStream
 
read(byte[], int, int) - Method in class de.schlichtherle.truezip.rof.ReadOnlyFileInputStream
 
readFully(byte[]) - Method in class de.schlichtherle.truezip.rof.AbstractReadOnlyFile
 
readFully(byte[], int, int) - Method in class de.schlichtherle.truezip.rof.AbstractReadOnlyFile
 
readFully(byte[], int, int) - Method in class de.schlichtherle.truezip.rof.LockReadOnlyFile
 
readFully(byte[]) - Method in interface de.schlichtherle.truezip.rof.ReadOnlyFile
readFully(byte[], int, int) - Method in interface de.schlichtherle.truezip.rof.ReadOnlyFile
Reads len bytes into the given buffer at the given position.
ReadOnlyFile - Interface in de.schlichtherle.truezip.rof
Provides random read-only access to a file.
ReadOnlyFileInputStream - Class in de.schlichtherle.truezip.rof
An adapter class turning a provided ReadOnlyFile into an InputStream.
ReadOnlyFileInputStream(ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.rof.ReadOnlyFileInputStream
Adapts the given ReadOnlyFile.
release() - Method in interface de.schlichtherle.truezip.util.Pool.Releasable
Releases this resource to its pool.
release(R) - Method in interface de.schlichtherle.truezip.util.Pool
Releases a previously allocated resource to this pool.
remove(Entry.Type) - Method in class de.schlichtherle.truezip.fs.FsCovariantEntry
Removes the entry for the given type from the map.
remove(String) - Method in class de.schlichtherle.truezip.fs.FsCovariantEntry
Removes the given base path from the set of members of this directory if and only if this covariant file system entry implements a directory.
remove(Object) - Method in class de.schlichtherle.truezip.util.CanonicalStringSet
The implementation in the class CanonicalStringSet first canonicalizes the given parameter before the operation is continued.
remove() - Method in class de.schlichtherle.truezip.util.FilteringIterator
 
remove() - Method in class de.schlichtherle.truezip.util.JointIterator
 
removeAll(CanonicalStringSet) - Method in class de.schlichtherle.truezip.util.CanonicalStringSet
Removes all canonical strings in the given set from this set.
removeAll(String) - Method in class de.schlichtherle.truezip.util.CanonicalStringSet
Removes the canonical form of all strings in the given list from this set.
RESET - Static variable in class de.schlichtherle.truezip.fs.FsSyncOptions
Aborts all pending changes for the federated file system, clears the selective cache without flushing it and makes the file system controller eligible for garbage collection unless any strong references are held by the client application.
reset() - Method in class de.schlichtherle.truezip.io.DecoratingInputStream
 
reset() - Method in class de.schlichtherle.truezip.io.DisconnectingInputStream
 
reset() - Method in class de.schlichtherle.truezip.io.LockInputStream
 
reset() - Method in class de.schlichtherle.truezip.rof.ReadOnlyFileInputStream
 
reset() - Method in class de.schlichtherle.truezip.socket.ClutchInputSocket
 
reset() - Method in class de.schlichtherle.truezip.socket.ClutchOutputSocket
 
resolve(FsEntryName) - Method in class de.schlichtherle.truezip.fs.FsMountPoint
Resolves the given entry name against this mount point.
resolve(FsEntryName) - Method in class de.schlichtherle.truezip.fs.FsPath
Resolves the given entry name against this path.
Resource<X extends Exception> - Class in de.schlichtherle.truezip.util
An abstract closeable resource.
Resource() - Constructor for class de.schlichtherle.truezip.util.Resource
 
retainAll(CanonicalStringSet) - Method in class de.schlichtherle.truezip.util.CanonicalStringSet
Retains all canonical strings in the given set in this set.
retainAll(String) - Method in class de.schlichtherle.truezip.util.CanonicalStringSet
Retains the canonical form of all strings in the given list in this set.
rof - Variable in class de.schlichtherle.truezip.rof.ReadOnlyFileInputStream
The underlying ReadOnlyFile.
ROOT - Static variable in class de.schlichtherle.truezip.fs.FsEntryName
The file system entry name of the root directory, which is an empty URI.
A B C D E F G H I J L M N O P Q R S T U V W 
TrueZIP Kernel 7.7.1

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