- RawZipFile<E extends ZipEntry> - Class in de.schlichtherle.truezip.zip
-
Provides unsafe (raw) access to a ZIP file using unsynchronized methods and
shared
ZipEntry instances.
- RawZipFile(ReadOnlyFile, Charset, boolean, boolean, ZipEntryFactory<E>) - Constructor for class de.schlichtherle.truezip.zip.RawZipFile
-
Reads the given archive in order to provide random access
to its ZIP entries.
- RawZipFile(Pool<ReadOnlyFile, IOException>, Charset, boolean, boolean, ZipEntryFactory<E>) - Constructor for class de.schlichtherle.truezip.zip.RawZipFile
-
- RawZipFile.AccountedInputStream - Class in de.schlichtherle.truezip.zip
-
Accounts itself until it gets closed.
- RawZipFile.AccountedInputStream() - Constructor for class de.schlichtherle.truezip.zip.RawZipFile.AccountedInputStream
-
- RawZipFile.CheckedInputStream - Class in de.schlichtherle.truezip.zip
-
extends its super class to perform the check again the expected CRC
from the entry provided to its constructor when close() is called.
- RawZipFile.CheckedInputStream(InputStream, ZipEntry, int) - Constructor for class de.schlichtherle.truezip.zip.RawZipFile.CheckedInputStream
-
- RawZipFile.IntervalInputStream - Class in de.schlichtherle.truezip.zip
-
InputStream that delegates requests to the underlying
RandomAccessFile, making sure that only bytes from a certain
range can be read.
- RawZipFile.IntervalInputStream(long, long) - Constructor for class de.schlichtherle.truezip.zip.RawZipFile.IntervalInputStream
-
- RawZipFile.IrregularOffsetMapper - Class in de.schlichtherle.truezip.zip
-
Adds a start value to the given offset.
- RawZipFile.IrregularOffsetMapper(long) - Constructor for class de.schlichtherle.truezip.zip.RawZipFile.IrregularOffsetMapper
-
- RawZipFile.OffsetMapper - Class in de.schlichtherle.truezip.zip
-
Maps a given offset to a file pointer position.
- RawZipFile.OffsetMapper() - Constructor for class de.schlichtherle.truezip.zip.RawZipFile.OffsetMapper
-
- RawZipFile.PooledInflaterInputStream - Class in de.schlichtherle.truezip.zip
-
An input stream which uses a pooled inflater.
- RawZipFile.PooledInflaterInputStream(InputStream, int) - Constructor for class de.schlichtherle.truezip.zip.RawZipFile.PooledInflaterInputStream
-
- RawZipFile.RawCheckedInputStream - Class in de.schlichtherle.truezip.zip
-
A stream which reads and returns deflated data from its input
while a CRC-32 checksum is computed over the inflated data and
checked in the method close.
- RawZipFile.RawCheckedInputStream(InputStream, ZipEntry, int) - Constructor for class de.schlichtherle.truezip.zip.RawZipFile.RawCheckedInputStream
-
- RawZipFile.SingletonReadOnlyFilePool - Class in de.schlichtherle.truezip.zip
-
A pool with a singleton read only file provided to its constructor.
- RawZipFile.SingletonReadOnlyFilePool(ReadOnlyFile) - Constructor for class de.schlichtherle.truezip.zip.RawZipFile.SingletonReadOnlyFilePool
-
- RawZipOutputStream<E extends ZipEntry> - Class in de.schlichtherle.truezip.zip
-
Provides unsafe (raw) access to a ZIP file using unsynchronized
methods and shared
ZipEntry instances.
- RawZipOutputStream(OutputStream, Charset) - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream
-
Constructs a ZIP output stream which decorates the given output stream
using the given charset.
- RawZipOutputStream(OutputStream, RawZipFile<E>) - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream
-
Constructs a ZIP output stream which decorates the given output stream
and apppends to the given raw ZIP file.
- RawZipOutputStream.AppendingLEDataOutputStream - Class in de.schlichtherle.truezip.zip
-
- RawZipOutputStream.AppendingLEDataOutputStream(OutputStream, RawZipFile<?>) - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream.AppendingLEDataOutputStream
-
- RawZipOutputStream.ZipDeflater - Class in de.schlichtherle.truezip.zip
-
A Deflater which can be asked for its current deflation level and
counts input and output data length as a long integer value.
- RawZipOutputStream.ZipDeflater() - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream.ZipDeflater
-
- read() - Method in class de.schlichtherle.truezip.zip.RawZipFile.IntervalInputStream
-
- read(byte[], int, int) - Method in class de.schlichtherle.truezip.zip.RawZipFile.IntervalInputStream
-
- read() - Method in class de.schlichtherle.truezip.zip.RawZipFile.RawCheckedInputStream
-
- read(byte[], int, int) - Method in class de.schlichtherle.truezip.zip.RawZipFile.RawCheckedInputStream
-
- readFrom(byte[], int, int) - Method in class de.schlichtherle.truezip.zip.DefaultExtraField
-
- readFrom(byte[], int, int) - Method in class de.schlichtherle.truezip.zip.ExtraField
-
Initializes this Extra Field by deserializing a Data Block of
size bytes from the
byte array data at the zero based offset off.
- readFrom(byte[], int, int) - Method in class de.schlichtherle.truezip.zip.ExtraFields
-
Initializes this collection by deserializing a list of Extra Fields
of size bytes from the
byte array data at the zero based offset off.
- readInt(byte[], int) - Static method in class de.schlichtherle.truezip.zip.LittleEndian
-
Reads a signed integer value from the byte array
buf at the offset off
as four bytes, low byte first.
- readLong(byte[], int) - Static method in class de.schlichtherle.truezip.zip.LittleEndian
-
Reads a (signed) long integer value from the byte array
buf at the offset off
as eight bytes, low byte first.
- ReadOnlySfxDriver - Class in de.schlichtherle.truezip.fs.archive.zip
-
An archive driver which reads Self Executable (SFX/EXE) ZIP files,
but doesn't support to create or update them because this would spoil the
SFX code in its preamble.
- ReadOnlySfxDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.ReadOnlySfxDriver
-
- readShort(byte[], int) - Static method in class de.schlichtherle.truezip.zip.LittleEndian
-
Reads a signed short integer value from the byte array
buf at the offset off
as two bytes, low byte first.
- readUInt(byte[], int) - Static method in class de.schlichtherle.truezip.zip.LittleEndian
-
Reads an unsigned integer value from the byte array
buf at the offset off
as four bytes, low byte first.
- readUShort(byte[], int) - Static method in class de.schlichtherle.truezip.zip.LittleEndian
-
Reads an unsigned short integer value from the byte array
buf at the offset off
as two bytes, low byte first.
- register(Class<? extends ExtraField>) - Static method in class de.schlichtherle.truezip.zip.ExtraField
-
Registers a concrete implementation of this abstract base class for
use with the static factory method
ExtraField.create(int).
- registry - Static variable in class de.schlichtherle.truezip.zip.ExtraField
-
- release(Inflater) - Static method in class de.schlichtherle.truezip.zip.InflaterPool
-
- release(ReadOnlyFile) - Method in class de.schlichtherle.truezip.zip.RawZipFile.SingletonReadOnlyFilePool
-
- release(ReadOnlyFile) - Method in class de.schlichtherle.truezip.zip.ZipFile.DefaultReadOnlyFilePool
-
- released - Static variable in class de.schlichtherle.truezip.zip.InflaterPool
-
- remaining - Variable in class de.schlichtherle.truezip.zip.RawZipFile.IntervalInputStream
-
- remove(int) - Method in class de.schlichtherle.truezip.zip.ExtraFields
-
Removes the Extra Field with the given Header ID.
- REPLACEMENT - Static variable in class de.schlichtherle.truezip.nio.charset.OctetCharset
-
Use this character in the lookup table provided to the constructor for
every character that does not have a replacement in 16 bit Unicode.
- reset() - Method in class de.schlichtherle.truezip.zip.RawZipFile.RawCheckedInputStream
-
- rof - Variable in class de.schlichtherle.truezip.zip.RawZipFile.SingletonReadOnlyFilePool
-
- roundUp(long) - Method in enum de.schlichtherle.truezip.zip.DateTimeConverter
-
Returns whether the given Java time should be rounded up or down to the
next two second interval when converting it to a DOS date/time.