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 

G

GENERAL - Static variable in class de.schlichtherle.truezip.zip.ZipEntry
 
general - Variable in class de.schlichtherle.truezip.zip.ZipEntry
 
get() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriverService
 
get(int) - Method in class de.schlichtherle.truezip.zip.ExtraFields
Returns the Extra Field with the given Header ID or null if no such Extra Field exists.
getActualCrc() - Method in exception de.schlichtherle.truezip.zip.CRC32Exception
Returns the CRC-32 value which has been computed from the contents of the ZIP entry.
getBufferSize(ZipEntry) - Static method in class de.schlichtherle.truezip.zip.RawZipFile
 
getCharset() - Method in class de.schlichtherle.truezip.zip.RawZipFile
Returns the charset to use for entry names and the file comment.
getCharset() - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
Returns the charset to use for entry names and the file comment.
getCheckedInputStream(String) - Method in class de.schlichtherle.truezip.zip.RawZipFile
getCheckedInputStream(ZipEntry) - Method in class de.schlichtherle.truezip.zip.RawZipFile
getComment() - Method in class de.schlichtherle.truezip.zip.RawZipFile
Returns the comment of this ZIP file or null if no comment exists.
getComment() - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
Returns the file comment.
getComment() - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getComment() - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
 
getCommentLength(Charset) - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getCompressedSize() - Method in class de.schlichtherle.truezip.zip.ZipEntry
Returns the compressed size of this entry.
getCompressedSize32() - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getCrc() - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getDataBlock() - Method in class de.schlichtherle.truezip.zip.ExtraField
Returns a protective copy of the Data Block.
getDataSize() - Method in class de.schlichtherle.truezip.zip.DefaultExtraField
 
getDataSize() - Method in class de.schlichtherle.truezip.zip.ExtraField
Returns the Data Size of this Extra Field.
getDateTimeConverter() - Method in class de.schlichtherle.truezip.fs.archive.zip.JarArchiveEntry
 
getDateTimeConverter() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipArchiveEntry
 
getDateTimeConverter() - Method in class de.schlichtherle.truezip.zip.ZipEntry
Returns a DateTimeConverter for the conversion of Java time to DOS date/time fields and vice versa.
getDosTime() - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getEntry(String) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop
 
getEntry(String) - Method in class de.schlichtherle.truezip.zip.RawZipFile
Returns the entry for the given name or null if no entry with this name exists.
getEntry(String) - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
Returns the entry for the given name or null if no entry with this name exists.
getEntry(String) - Method in class de.schlichtherle.truezip.zip.ZipFile
Returns a clone of the entry for the given name or null if no entry with this name exists.
getEntry(String) - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
Returns a clone of the entry for the given name or null if no entry with this name exists.
getExpectedCrc() - Method in exception de.schlichtherle.truezip.zip.CRC32Exception
Returns the CRC-32 value which has been read from the ZIP file.
getExtra() - Method in class de.schlichtherle.truezip.zip.ExtraFields
Returns a protective copy of the Extra Fields.
getExtra() - Method in class de.schlichtherle.truezip.zip.ZipEntry
Returns a protective copy of the serialized Extra Fields.
getExtra(boolean) - Method in class de.schlichtherle.truezip.zip.ZipEntry
Returns a protective copy of the serialized Extra Fields.
getExtraLength() - Method in class de.schlichtherle.truezip.zip.ExtraFields
Returns the number of bytes required to hold the Extra Fields.
getExtraLength() - Method in class de.schlichtherle.truezip.zip.ZipEntry
Returns the length of the serialized Extra Fields in bytes.
getFields(boolean) - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getGeneral() - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getGeneralBit(int) - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getGregorianCalendar() - Method in enum de.schlichtherle.truezip.zip.DateTimeConverter
Returns a thread local lenient gregorian calendar for date/time conversion which has its timezone set to the return value of DateTimeConverter.newTimeZone().
getHeaderID() - Method in class de.schlichtherle.truezip.zip.DefaultExtraField
 
getHeaderID() - Method in class de.schlichtherle.truezip.zip.ExtraField
Returns the Header ID (type) of this Extra Field.
getInputSocket(String) - Method in class de.schlichtherle.truezip.fs.archive.zip.CheckedZipInputShop
Overridden to read from a checked input stream.
getInputSocket(String) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipInputShop
 
getInputStream(String) - Method in class de.schlichtherle.truezip.zip.RawZipFile
getInputStream(ZipEntry) - Method in class de.schlichtherle.truezip.zip.RawZipFile
getInputStream(String, boolean, boolean) - Method in class de.schlichtherle.truezip.zip.RawZipFile
Returns an InputStream for reading the inflated or deflated data of the given entry.
getInputStream(String, boolean, boolean) - Method in class de.schlichtherle.truezip.zip.ZipFile
 
getLevel() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
Returns the value of the property level.
getLevel() - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
Returns the compression level currently used.
getLevel() - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream.ZipDeflater
 
getLevel() - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
 
getMethod() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
Returns the value of the property method.
getMethod() - Method in class de.schlichtherle.truezip.zip.RawZipOutputStream
Returns the default compression method for subsequent entries.
getMethod() - Method in class de.schlichtherle.truezip.zip.ZipEntry
Returns the compression method for this entry.
getMethod() - Method in class de.schlichtherle.truezip.zip.ZipOutputStream
 
getName() - Method in class de.schlichtherle.truezip.zip.ZipEntry
Returns the ZIP entry name.
getName() - Method in class de.schlichtherle.truezip.zip.ZipFile
Returns the string representation of whatever input source object was used to construct this ZIP file.
getNameLength(Charset) - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getOffset() - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getOffset32() - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getOffsetMapper() - Method in class de.schlichtherle.truezip.zip.RawZipFile
 
getOutputSocket(ZipArchiveEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.OdfOutputShop
 
getOutputSocket(FsController<?>, FsEntryName, BitField<FsOutputOption>, Entry) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
Sets FsOutputOption.STORE in options before forwarding the call to controller.
getOutputSocket(ZipArchiveEntry) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop
 
getPlatform() - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getPool() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
 
getPostambled() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
Returns the value of the property postambled.
getPostambleInputStream() - Method in class de.schlichtherle.truezip.zip.RawZipFile
Returns an InputStream to read the postamble of this ZIP file.
getPostambleInputStream() - Method in class de.schlichtherle.truezip.zip.ZipFile
 
getPostambleLength() - Method in class de.schlichtherle.truezip.zip.RawZipFile
Returns the length of the postamble of this ZIP file in bytes.
getPreambled() - Method in class de.schlichtherle.truezip.fs.archive.zip.ReadOnlySfxDriver
 
getPreambled() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
Returns the value of the property preambled.
getPreambleInputStream() - Method in class de.schlichtherle.truezip.zip.RawZipFile
Returns an InputStream to read the preamble of this ZIP file.
getPreambleInputStream() - Method in class de.schlichtherle.truezip.zip.ZipFile
 
getPreambleLength() - Method in class de.schlichtherle.truezip.zip.RawZipFile
Returns the length of the preamble of this ZIP file in bytes.
getSize(Entry.Size) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipArchiveEntry
 
getSize() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipInputShop
 
getSize() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop
 
getSize() - Method in class de.schlichtherle.truezip.zip.ZipEntry
Returns the uncompressed size of this entry.
getSize32() - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getTime(Entry.Access) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipArchiveEntry
 
getTime() - Method in class de.schlichtherle.truezip.zip.ZipEntry
 
getType() - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipArchiveEntry
 
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.