JarEntry (Java SE 10 & JDK 10 )
-
-
Field Summary
Fields Modifier and Type Field Description static intCENATTstatic intCENATXstatic intCENCOMstatic intCENCRCstatic intCENDSKstatic intCENEXTstatic intCENFLGstatic intCENHDRstatic intCENHOWstatic intCENLENstatic intCENNAMstatic intCENOFFstatic longCENSIGstatic intCENSIZstatic intCENTIMstatic intCENVEMstatic intCENVERstatic intENDCOMstatic intENDHDRstatic intENDOFFstatic longENDSIGstatic intENDSIZstatic intENDSUBstatic intENDTOTstatic intEXTCRCstatic intEXTHDRstatic intEXTLENstatic longEXTSIGstatic intEXTSIZstatic intLOCCRCstatic intLOCEXTstatic intLOCFLGstatic intLOCHDRstatic intLOCHOWstatic intLOCLENstatic intLOCNAMstatic longLOCSIGstatic intLOCSIZstatic intLOCTIMstatic intLOCVER
-
Constructor Summary
Constructors Constructor Description JarEntry(String name)Creates a new
JarEntryfor the specified JAR file entry name.JarEntry(JarEntry je)Creates a new
JarEntrywith fields taken from the specifiedJarEntryobject.JarEntry(ZipEntry ze)Creates a new
JarEntrywith fields taken from the specifiedZipEntryobject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributesgetAttributes()Returns the
ManifestAttributesfor this entry, ornullif none.Certificate[]getCertificates()Returns the
Certificateobjects for this entry, ornullif none.CodeSigner[]getCodeSigners()Returns the
CodeSignerobjects for this entry, ornullif none.StringgetRealName()Returns the real name of this
JarEntry.-
Methods declared in class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-
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
-
-