java.lang.Object
java.util.zip.ZipEntry
java.util.jar.JarEntry
- All Implemented Interfaces:
 Cloneable
This class is used to represent a JAR file entry.
- Since:
 - 1.2
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intCentral directory (CEN) header internal file attributes field offset.static intCentral directory (CEN) header external file attributes field offset.static intCentral directory (CEN) header comment length field offset.static intCentral directory (CEN) header uncompressed file crc-32 value field offset.static intCentral directory (CEN) header disk number start field offset.static intCentral directory (CEN) header extra field length field offset.static intCentral directory (CEN) header encrypt, decrypt flags field offset.static intCentral directory (CEN) header size in bytes (including signature).static intCentral directory (CEN) header compression method field offset.static intCentral directory (CEN) header uncompressed size field offset.static intCentral directory (CEN) header filename length field offset.static intCentral directory (CEN) header LOC header offset field offset.static longCentral directory (CEN) header signature.static intCentral directory (CEN) header compressed size field offset.static intCentral directory (CEN) header modification time field offset.static intCentral directory (CEN) header version made by field offset.static intCentral directory (CEN) header version needed to extract field offset.static intEnd of central directory (END) header zip file comment length field offset.static intEnd of central directory (END) header size in bytes (including signature).static intEnd of central directory (END) header offset for the first CEN header field offset.static longEnd of central directory (END) header signature.static intEnd of central directory (END) header central directory size in bytes field offset.static intEnd of central directory (END) header number of entries on this disk field offset.static intEnd of central directory (END) header total number of entries field offset.static intExtra local (EXT) header uncompressed file crc-32 value field offset.static intExtra local (EXT) header size in bytes (including signature).static intExtra local (EXT) header uncompressed size field offset.static longExtra local (EXT) header signature.static intExtra local (EXT) header compressed size field offset.static intLocal file (LOC) header uncompressed file crc-32 value field offset.static intLocal file (LOC) header extra field length field offset.static intLocal file (LOC) header general purpose bit flag field offset.static intLocal file (LOC) header size in bytes (including signature).static intLocal file (LOC) header compression method field offset.static intLocal file (LOC) header uncompressed size field offset.static intLocal file (LOC) header filename length field offset.static longLocal file (LOC) header signature.static intLocal file (LOC) header compressed size field offset.static intLocal file (LOC) header modification time field offset.static intLocal file (LOC) header version needed to extract field offset. - 
Constructor Summary
ConstructorsConstructorDescriptionCreates a newJarEntryfor the specified JAR file entry name.Creates a newJarEntrywith fields taken from the specifiedJarEntryobject.Creates a newJarEntrywith fields taken from the specifiedZipEntryobject. - 
Method Summary
Modifier and TypeMethodDescriptionReturns theManifestAttributesfor this entry, ornullif none.Returns theCertificateobjects for this entry, ornullif none.Returns theCodeSignerobjects for this entry, ornullif none.Returns the real name of thisJarEntry.Methods declared in class java.util.zip.ZipEntry
clone, getComment, getCompressedSize, getCrc, getCreationTime, getExtra, getLastAccessTime, getLastModifiedTime, getMethod, getName, getSize, getTime, getTimeLocal, hashCode, isDirectory, setComment, setCompressedSize, setCrc, setCreationTime, setExtra, setLastAccessTime, setLastModifiedTime, setMethod, setSize, setTime, setTimeLocal, toString 
- 
Field Details
- 
LOCSIG
static final long LOCSIGLocal file (LOC) header signature.- See Also:
 - Constant Field Values
 
 - 
EXTSIG
static final long EXTSIGExtra local (EXT) header signature.- See Also:
 - Constant Field Values
 
 - 
CENSIG
static final long CENSIGCentral directory (CEN) header signature.- See Also:
 - Constant Field Values
 
 - 
ENDSIG
static final long ENDSIGEnd of central directory (END) header signature.- See Also:
 - Constant Field Values
 
 - 
LOCHDR
static final int LOCHDRLocal file (LOC) header size in bytes (including signature).- See Also:
 - Constant Field Values
 
 - 
EXTHDR
static final int EXTHDRExtra local (EXT) header size in bytes (including signature).- See Also:
 - Constant Field Values
 
 - 
CENHDR
static final int CENHDRCentral directory (CEN) header size in bytes (including signature).- See Also:
 - Constant Field Values
 
 - 
ENDHDR
static final int ENDHDREnd of central directory (END) header size in bytes (including signature).- See Also:
 - Constant Field Values
 
 - 
LOCVER
static final int LOCVERLocal file (LOC) header version needed to extract field offset.- See Also:
 - Constant Field Values
 
 - 
LOCFLG
static final int LOCFLGLocal file (LOC) header general purpose bit flag field offset.- See Also:
 - Constant Field Values
 
 - 
LOCHOW
static final int LOCHOWLocal file (LOC) header compression method field offset.- See Also:
 - Constant Field Values
 
 - 
LOCTIM
static final int LOCTIMLocal file (LOC) header modification time field offset.- See Also:
 - Constant Field Values
 
 - 
LOCCRC
static final int LOCCRCLocal file (LOC) header uncompressed file crc-32 value field offset.- See Also:
 - Constant Field Values
 
 - 
LOCSIZ
static final int LOCSIZLocal file (LOC) header compressed size field offset.- See Also:
 - Constant Field Values
 
 - 
LOCLEN
static final int LOCLENLocal file (LOC) header uncompressed size field offset.- See Also:
 - Constant Field Values
 
 - 
LOCNAM
static final int LOCNAMLocal file (LOC) header filename length field offset.- See Also:
 - Constant Field Values
 
 - 
LOCEXT
static final int LOCEXTLocal file (LOC) header extra field length field offset.- See Also:
 - Constant Field Values
 
 - 
EXTCRC
static final int EXTCRCExtra local (EXT) header uncompressed file crc-32 value field offset.- See Also:
 - Constant Field Values
 
 - 
EXTSIZ
static final int EXTSIZExtra local (EXT) header compressed size field offset.- See Also:
 - Constant Field Values
 
 - 
EXTLEN
static final int EXTLENExtra local (EXT) header uncompressed size field offset.- See Also:
 - Constant Field Values
 
 - 
CENVEM
static final int CENVEMCentral directory (CEN) header version made by field offset.- See Also:
 - Constant Field Values
 
 - 
CENVER
static final int CENVERCentral directory (CEN) header version needed to extract field offset.- See Also:
 - Constant Field Values
 
 - 
CENFLG
static final int CENFLGCentral directory (CEN) header encrypt, decrypt flags field offset.- See Also:
 - Constant Field Values
 
 - 
CENHOW
static final int CENHOWCentral directory (CEN) header compression method field offset.- See Also:
 - Constant Field Values
 
 - 
CENTIM
static final int CENTIMCentral directory (CEN) header modification time field offset.- See Also:
 - Constant Field Values
 
 - 
CENCRC
static final int CENCRCCentral directory (CEN) header uncompressed file crc-32 value field offset.- See Also:
 - Constant Field Values
 
 - 
CENSIZ
static final int CENSIZCentral directory (CEN) header compressed size field offset.- See Also:
 - Constant Field Values
 
 - 
CENLEN
static final int CENLENCentral directory (CEN) header uncompressed size field offset.- See Also:
 - Constant Field Values
 
 - 
CENNAM
static final int CENNAMCentral directory (CEN) header filename length field offset.- See Also:
 - Constant Field Values
 
 - 
CENEXT
static final int CENEXTCentral directory (CEN) header extra field length field offset.- See Also:
 - Constant Field Values
 
 - 
CENCOM
static final int CENCOMCentral directory (CEN) header comment length field offset.- See Also:
 - Constant Field Values
 
 - 
CENDSK
static final int CENDSKCentral directory (CEN) header disk number start field offset.- See Also:
 - Constant Field Values
 
 - 
CENATT
static final int CENATTCentral directory (CEN) header internal file attributes field offset.- See Also:
 - Constant Field Values
 
 - 
CENATX
static final int CENATXCentral directory (CEN) header external file attributes field offset.- See Also:
 - Constant Field Values
 
 - 
CENOFF
static final int CENOFFCentral directory (CEN) header LOC header offset field offset.- See Also:
 - Constant Field Values
 
 - 
ENDSUB
static final int ENDSUBEnd of central directory (END) header number of entries on this disk field offset.- See Also:
 - Constant Field Values
 
 - 
ENDTOT
static final int ENDTOTEnd of central directory (END) header total number of entries field offset.- See Also:
 - Constant Field Values
 
 - 
ENDSIZ
static final int ENDSIZEnd of central directory (END) header central directory size in bytes field offset.- See Also:
 - Constant Field Values
 
 - 
ENDOFF
static final int ENDOFFEnd of central directory (END) header offset for the first CEN header field offset.- See Also:
 - Constant Field Values
 
 - 
ENDCOM
static final int ENDCOMEnd of central directory (END) header zip file comment length field offset.- See Also:
 - Constant Field Values
 
 
 - 
 - 
Constructor Details
- 
JarEntry
Creates a newJarEntryfor the specified JAR file entry name.- Parameters:
 name- the JAR file entry name- Throws:
 NullPointerException- if the entry name isnullIllegalArgumentException- if the entry name is longer than 0xFFFF bytes.
 - 
JarEntry
Creates a newJarEntrywith fields taken from the specifiedZipEntryobject.- Parameters:
 ze- theZipEntryobject to create theJarEntryfrom
 - 
JarEntry
Creates a newJarEntrywith fields taken from the specifiedJarEntryobject.- Parameters:
 je- theJarEntryto copy
 
 - 
 - 
Method Details
- 
getAttributes
Returns theManifestAttributesfor this entry, ornullif none.- Returns:
 - the 
ManifestAttributesfor this entry, ornullif none - Throws:
 IOException- if an I/O error has occurred
 - 
getCertificates
Returns theCertificateobjects for this entry, ornullif none. This method can only be called once theJarEntryhas been completely verified by reading from the entry input stream until the end of the stream has been reached. Otherwise, this method will returnnull.The returned certificate array comprises all the signer certificates that were used to verify this entry. Each signer certificate is followed by its supporting certificate chain (which may be empty). Each signer certificate and its supporting certificate chain are ordered bottom-to-top (i.e., with the signer certificate first and the (root) certificate authority last).
- Returns:
 - the 
Certificateobjects for this entry, ornullif none. 
 - 
getCodeSigners
Returns theCodeSignerobjects for this entry, ornullif none. This method can only be called once theJarEntryhas been completely verified by reading from the entry input stream until the end of the stream has been reached. Otherwise, this method will returnnull.The returned array comprises all the code signers that have signed this entry.
- Returns:
 - the 
CodeSignerobjects for this entry, ornullif none. - Since:
 - 1.5
 
 - 
getRealName
Returns the real name of thisJarEntry. If thisJarEntryis an entry of a multi-release jar file and theJarFileis configured to be processed as such, the name returned by this method is the path name of the versioned entry that theJarEntryrepresents, rather than the path name of the base entry thatZipEntry.getName()returns. If theJarEntrydoes not represent a versioned entry of a multi-releaseJarFileor theJarFileis not configured for processing a multi-release jar file, this method returns the same name thatZipEntry.getName()returns.- Returns:
 - the real name of the JarEntry
 - Since:
 - 10
 
 
 -