TrueZIP Driver ZIP 7.4.2
A B C D E F G H I J K L M N O P R S T U V W Y Z 

R

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, ZipFileParameters<E>) - Constructor for class de.schlichtherle.truezip.zip.RawZipFile
Reads the given zip file in order to provide random access to its entries.
RawZipFile(Pool<ReadOnlyFile, IOException>, ZipFileParameters<E>) - Constructor for class de.schlichtherle.truezip.zip.RawZipFile
 
RawZipFile.EntryReadOnlyFile - Class in de.schlichtherle.truezip.zip
An interval read only file which accounts for itself until it gets closed.
RawZipFile.EntryReadOnlyFile(long, long) - Constructor for class de.schlichtherle.truezip.zip.RawZipFile.EntryReadOnlyFile
 
RawZipFile.SafeBufferedReadOnlyFile - Class in de.schlichtherle.truezip.zip
A buffered read only file which is safe for use with a concurrently growing file, e.g. when another thread is appending to it.
RawZipFile.SafeBufferedReadOnlyFile(ReadOnlyFile, long) - Constructor for class de.schlichtherle.truezip.zip.RawZipFile.SafeBufferedReadOnlyFile
 
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, RawZipFile<E>, ZipOutputStreamParameters) - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream
Constructs a raw ZIP output stream which decorates the given output stream and optionally apppends to the given raw ZIP file.
RawZipOutputStream.AppendingLEDataOutputStream - Class in de.schlichtherle.truezip.zip
Adjusts the number of written bytes in the offset for appending mode.
RawZipOutputStream.AppendingLEDataOutputStream(OutputStream, RawZipFile<?>) - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream.AppendingLEDataOutputStream
 
RawZipOutputStream.BZip2OutputMethod - Class in de.schlichtherle.truezip.zip
 
RawZipOutputStream.BZip2OutputMethod(OutputMethod) - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream.BZip2OutputMethod
 
RawZipOutputStream.Crc32CheckingOutputMethod - Class in de.schlichtherle.truezip.zip
 
RawZipOutputStream.Crc32CheckingOutputMethod(OutputMethod) - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream.Crc32CheckingOutputMethod
 
RawZipOutputStream.Crc32OutputMethod - Class in de.schlichtherle.truezip.zip
 
RawZipOutputStream.Crc32OutputMethod(OutputMethod) - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream.Crc32OutputMethod
 
RawZipOutputStream.Crc32UpdatingOutputMethod - Class in de.schlichtherle.truezip.zip
 
RawZipOutputStream.Crc32UpdatingOutputMethod(OutputMethod) - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream.Crc32UpdatingOutputMethod
 
RawZipOutputStream.DeflaterOutputMethod - Class in de.schlichtherle.truezip.zip
 
RawZipOutputStream.DeflaterOutputMethod(OutputMethod) - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream.DeflaterOutputMethod
 
RawZipOutputStream.EncryptedOutputMethod - Class in de.schlichtherle.truezip.zip
 
RawZipOutputStream.EncryptedOutputMethod(RawZipOutputStream<E>.RawOutputMethod) - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream.EncryptedOutputMethod
 
RawZipOutputStream.RawOutputMethod - Class in de.schlichtherle.truezip.zip
 
RawZipOutputStream.RawOutputMethod(boolean) - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream.RawOutputMethod
 
RawZipOutputStream.WinZipAesOutputMethod - Class in de.schlichtherle.truezip.zip
 
RawZipOutputStream.WinZipAesOutputMethod(RawZipOutputStream<E>.RawOutputMethod, WinZipAesParameters) - Constructor for class de.schlichtherle.truezip.zip.RawZipOutputStream.WinZipAesOutputMethod
 
read() - Method in class de.schlichtherle.truezip.crypto.CipherReadOnlyFile
 
read(byte[], int, int) - Method in class de.schlichtherle.truezip.crypto.CipherReadOnlyFile
 
read(byte[], int, int) - Method in class de.schlichtherle.truezip.zip.CountingInputStream
 
read() - Method in class de.schlichtherle.truezip.zip.CountingInputStream
 
read() - Method in class de.schlichtherle.truezip.zip.DummyByteInputStream
 
read(byte[], int, int) - Method in class de.schlichtherle.truezip.zip.DummyByteInputStream
 
read - Variable in class de.schlichtherle.truezip.zip.Jdk6Deflater
 
read - Variable in class de.schlichtherle.truezip.zip.Jdk6Inflater
 
readByte(byte[], int) - Static method in class de.schlichtherle.truezip.zip.LittleEndian
Reads a signed byte integer value from the byte array buf at the offset off.
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.
readFrom(byte[], int, int) - Method in class de.schlichtherle.truezip.zip.WinZipAesEntryExtraField
 
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.
readKeyFile(File) - Static method in class de.schlichtherle.truezip.key.pbe.swing.SwingSafePbeParametersView
Reads the encryption key as a byte sequence from the given pathname into a new buffer of exactly KEY_FILE_LEN bytes and returns it.
ReadKeyPanel - Class in de.schlichtherle.truezip.key.pbe.swing
This panel prompts the user for a key to open an existing protected resource.
ReadKeyPanel() - Constructor for class de.schlichtherle.truezip.key.pbe.swing.ReadKeyPanel
Constructs a new read key panel.
readKeyPanels - Static variable in class de.schlichtherle.truezip.key.pbe.swing.SwingSafePbeParametersView
 
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.
readUByte(byte[], int) - Static method in class de.schlichtherle.truezip.zip.LittleEndian
Reads an unsigned byte integer value from the byte array buf at the offset off.
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.
recoverLostEntries() - Method in class de.schlichtherle.truezip.zip.RawZipFile
Recovers any lost entries which have been added to the ZIP file after the (last) End Of Central Directory Record (EOCDR).
recoverLostEntries() - Method in class de.schlichtherle.truezip.zip.ZipFile
 
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(ReadOnlyFile) - Method in class de.schlichtherle.truezip.zip.SingleReadOnlyFilePool
 
release(ReadOnlyFile) - Method in class de.schlichtherle.truezip.zip.ZipFile.DefaultReadOnlyFilePool
 
remove(int) - Method in class de.schlichtherle.truezip.zip.ExtraFields
Removes the Extra Field with the given Header ID.
removeExtraField(int) - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
removeKeyProvider(URI) - Method in interface de.schlichtherle.truezip.key.KeyManager
Removes the mapped key provider for the given protected resource.
removeKeyProvider(URI) - Method in class de.schlichtherle.truezip.key.PromptingKeyManager
 
removeKeyProvider(URI) - Method in class de.schlichtherle.truezip.key.SafeKeyManager
Removes the mapped key provider for the given protected resource.
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.crypto.SICSeekableBlockCipher
 
reset() - Method in class de.schlichtherle.truezip.key.pbe.AesPbeParameters
 
reset() - Method in class de.schlichtherle.truezip.key.pbe.SafePbeParameters
 
reset() - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider
 
reset() - Method in interface de.schlichtherle.truezip.key.SafeKey
Wipes any key data from the heap and resets this safe key to it's initial state.
reset() - Method in class de.schlichtherle.truezip.zip.Jdk6Deflater
 
reset() - Method in class de.schlichtherle.truezip.zip.Jdk6Inflater
 
resetBytesRead() - Method in class de.schlichtherle.truezip.zip.CountingInputStream
 
resetCancelledKey() - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider
Resets the state of this key provider, its current key and the value of its changeRequested property if and only if prompting for a key has been cancelled.
resetCancelledKey(PromptingKeyProvider<K>) - Method in enum de.schlichtherle.truezip.key.PromptingKeyProvider.State
 
resetUnconditionally() - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider
Resets the state of this key provider, its current key and the value of its changeRequested property unconditionally.
resource - Variable in class de.schlichtherle.truezip.key.pbe.swing.ReadKeyPanel
 
resource - Variable in class de.schlichtherle.truezip.key.pbe.swing.WriteKeyPanel
 
resource - Variable in class de.schlichtherle.truezip.key.PromptingKeyProvider
The resource identifier for the protected resource.
resources - Static variable in enum de.schlichtherle.truezip.crypto.param.AesKeyStrength
 
resources - Static variable in class de.schlichtherle.truezip.key.pbe.console.ConsoleSafePbeParametersView
 
resources - Static variable in class de.schlichtherle.truezip.key.pbe.swing.AuthenticationPanel
 
resources - Static variable in class de.schlichtherle.truezip.key.pbe.swing.KeyStrengthPanel
 
resources - Static variable in class de.schlichtherle.truezip.key.pbe.swing.ReadKeyPanel
 
resources - Static variable in class de.schlichtherle.truezip.key.pbe.swing.SwingSafePbeParametersView
 
resources - Static variable in class de.schlichtherle.truezip.key.pbe.swing.WriteKeyPanel
 
resourceUri(String) - Method in class de.schlichtherle.truezip.fs.archive.zip.KeyManagerZipCryptoParameters
 
resourceUri(FsModel, String) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
A template method which derives the resource URI for looking up a KeyProvider from the given file system model and entry name.
retrieveReadKey(boolean) - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider
 
retrieveReadKey(PromptingKeyProvider<K>, boolean) - Method in enum de.schlichtherle.truezip.key.PromptingKeyProvider.State
 
retrieveReadKey(boolean) - Method in class de.schlichtherle.truezip.key.SafeKeyProvider
Retrieves the secret key for the decryption of a protected resource.
retrieveWriteKey() - Method in class de.schlichtherle.truezip.key.PromptingKeyProvider
 
retrieveWriteKey(PromptingKeyProvider<K>) - Method in enum de.schlichtherle.truezip.key.PromptingKeyProvider.State
 
retrieveWriteKey() - Method in class de.schlichtherle.truezip.key.SafeKeyProvider
Retrieves the secret key for the encryption of a protected resource.
rof - Variable in class de.schlichtherle.truezip.zip.RawZipFile
The nullable data source.
rof - Variable in class de.schlichtherle.truezip.zip.SingleReadOnlyFilePool
 
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.
run(JPanel) - Method in class de.schlichtherle.truezip.key.pbe.swing.BasicFeedback
Starts the visual/audible run.
run(JPanel) - Method in class de.schlichtherle.truezip.key.pbe.swing.BasicInvalidKeyFeedback
 
run(JPanel) - Method in interface de.schlichtherle.truezip.key.pbe.swing.Feedback
Starts the visual/audible run.
run(JPanel) - Method in class de.schlichtherle.truezip.key.pbe.swing.HurlingWindowFeedback
 
runFeedback() - Method in class de.schlichtherle.truezip.key.pbe.swing.KeyPanel
 
A B C D E F G H I J K L M N O P R S T U V W Y Z 
TrueZIP Driver ZIP 7.4.2

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