TrueZIP Driver ZIP 7.2-rc-1
A B C D E F G H I J L M N O P R S T U V W Z 

C

calendar - Variable in enum de.schlichtherle.truezip.zip.DateTimeConverter
A thread local lenient gregorian calendar for date/time conversion which has its timezone set to the return value of DateTimeConverter.newTimeZone().
cdOffset - Variable in class de.schlichtherle.truezip.zip.RawZipOutputStream
Start of central directory.
CFH_MIN_LEN - Static variable in interface de.schlichtherle.truezip.zip.ZipConstants
The minimum length of the Central File Header record.
CFH_SIG - Static variable in interface de.schlichtherle.truezip.zip.ZipConstants
Central File Header signature.
char2byte - Variable in class de.schlichtherle.truezip.nio.charset.OctetCharset
 
charset - Variable in class de.schlichtherle.truezip.zip.RawZipFile
The charset to use for entry names and comments.
charset - Variable in class de.schlichtherle.truezip.zip.RawZipOutputStream
The charset to use for entry names and comments.
charsetForName(String) - Method in class de.schlichtherle.truezip.nio.charset.ZipCharsetProvider
 
CHARSETS - Static variable in class de.schlichtherle.truezip.nio.charset.ZipCharsetProvider
 
charsets() - Method in class de.schlichtherle.truezip.nio.charset.ZipCharsetProvider
 
check(int, String, String) - Static method in class de.schlichtherle.truezip.zip.UByte
Checks the parameter range.
check(int) - Static method in class de.schlichtherle.truezip.zip.UByte
Checks the parameter range.
check(long, String, String) - Static method in class de.schlichtherle.truezip.zip.UInt
Checks the parameter range.
check(long) - Static method in class de.schlichtherle.truezip.zip.UInt
Checks the parameter range.
check(long, String, String) - Static method in class de.schlichtherle.truezip.zip.ULong
Checks the parameter range.
check(long) - Static method in class de.schlichtherle.truezip.zip.ULong
Checks the parameter range.
check(int, String, String) - Static method in class de.schlichtherle.truezip.zip.UShort
Checks the parameter range.
check(int) - Static method in class de.schlichtherle.truezip.zip.UShort
Checks the parameter range.
CheckedJarDriver - Class in de.schlichtherle.truezip.fs.archive.zip
An archive driver for JAR files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedJarDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.CheckedJarDriver
 
CheckedOdfDriver - Class in de.schlichtherle.truezip.fs.archive.zip
An archive driver for ODF files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedOdfDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.CheckedOdfDriver
 
CheckedReadOnlySfxDriver - Class in de.schlichtherle.truezip.fs.archive.zip
An archive driver for SFX/EXE files which checks the CRC-32 value for all ZIP entries in input archives.
CheckedReadOnlySfxDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.CheckedReadOnlySfxDriver
 
CheckedZipDriver - Class in de.schlichtherle.truezip.fs.archive.zip
An archive driver for ZIP files which checks the CRC-32 values for all ZIP entries in input archives.
CheckedZipDriver(IOPoolProvider) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.CheckedZipDriver
 
CheckedZipInputShop - Class in de.schlichtherle.truezip.fs.archive.zip
A ZipInputShop which checks the CRC-32 value for all ZIP entries.
CheckedZipInputShop(ReadOnlyFile, ZipDriver) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.CheckedZipInputShop
 
checkLocalFileHeaderData(ZipEntry) - Static method in class de.schlichtherle.truezip.zip.RawZipOutputStream
 
clone() - Method in class de.schlichtherle.truezip.zip.ExtraFields
Returns a shallow clone of this collection.
clone() - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
close() - Method in class de.schlichtherle.truezip.fs.archive.zip.OdfOutputShop
 
close() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop.BufferedEntryOutputStream
 
close() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop
Retains the postamble of the source source ZIP file, if any.
close() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop.EntryOutputStream
 
close() - Method in class de.schlichtherle.truezip.zip.RawZipFile.AccountedInputStream
 
close() - Method in class de.schlichtherle.truezip.zip.RawZipFile.CheckedInputStream
 
close() - Method in class de.schlichtherle.truezip.zip.RawZipFile
Closes the file.
close() - Method in class de.schlichtherle.truezip.zip.RawZipFile.PooledInflaterInputStream
 
close() - Method in class de.schlichtherle.truezip.zip.RawZipFile.RawCheckedInputStream
 
close() - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
Closes this output stream and releases any system resources associated with the stream.
close() - Method in class de.schlichtherle.truezip.zip.ZipFile
 
close() - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
 
closed - Variable in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop.BufferedEntryOutputStream
 
closed - Variable in class de.schlichtherle.truezip.zip.RawZipFile.AccountedInputStream
 
closed - Variable in class de.schlichtherle.truezip.zip.RawZipFile.PooledInflaterInputStream
 
closed - Variable in class de.schlichtherle.truezip.zip.RawZipFile.RawCheckedInputStream
 
closed - Variable in class de.schlichtherle.truezip.zip.RawZipOutputStream
 
closeEntry() - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
Writes all necessary data for this entry to the underlying stream.
closeEntry() - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
 
comment - Variable in class de.schlichtherle.truezip.zip.RawZipFile
The comment of this ZIP file.
comment - Variable in class de.schlichtherle.truezip.zip.RawZipOutputStream
The file comment.
comment - Variable in class de.schlichtherle.truezip.zip.ZipEntry
Comment field.
compileZip64ExtraField() - Method in class de.schlichtherle.truezip.zip.ZipEntry
Compiles a ZIP64 Extended Information Extra Field from the properties of this entry.
contains(Charset) - Method in class de.schlichtherle.truezip.nio.charset.OctetCharset
 
crc - Variable in class de.schlichtherle.truezip.zip.RawZipFile.RawCheckedInputStream
 
crc - Variable in class de.schlichtherle.truezip.zip.RawZipOutputStream
CRC instance to avoid parsing DEFLATED data twice.
CRC - Static variable in class de.schlichtherle.truezip.zip.ZipEntry
 
crc - Variable in class de.schlichtherle.truezip.zip.ZipEntry
 
CRC32Exception - Exception in de.schlichtherle.truezip.zip
Thrown to indicate a CRC-32 mismatch between the declared value in the Central File Header and the Data Descriptor or between the declared value and the computed value from the decompressed data.
CRC32Exception(String, long, long) - Constructor for exception de.schlichtherle.truezip.zip.CRC32Exception
Creates a new instance of CRC32Exception where the given entry name is the detail message of the base class.
create(int) - Static method in class de.schlichtherle.truezip.zip.ExtraField
A static factory method which creates a new Extra Field based on the given Header ID.
csize - Variable in class de.schlichtherle.truezip.zip.ZipEntry
 
A B C D E F G H I J L M N O P R S T U V W Z 
TrueZIP Driver ZIP 7.2-rc-1

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