所有类


java.util.jar
类 JarEntry

java.lang.Object
  继承者 java.util.zip.ZipEntry
      继承者 java.util.jar.JarEntry
所有已实现的接口:
Cloneable

public class JarEntry
   
   
   
   
   
extends ZipEntry

此类用于表示 JAR 文件条目。


字段摘要
static intCENATT
           
static intCENATX
           
static intCENCOM
           
static intCENCRC
           
static intCENDSK
           
static intCENEXT
           
static intCENFLG
           
static intCENHDR
           
static intCENHOW
           
static intCENLEN
           
static intCENNAM
           
static intCENOFF
           
static longCENSIG
           
static intCENSIZ
           
static intCENTIM
           
static intCENVEM
           
static intCENVER
           
static intENDCOM
           
static intENDHDR
           
static intENDOFF
           
static longENDSIG
           
static intENDSIZ
           
static intENDSUB
           
static intENDTOT
           
static intEXTCRC
           
static intEXTHDR
           
static intEXTLEN
           
static longEXTSIG
           
static intEXTSIZ
           
static intLOCCRC
           
static intLOCEXT
           
static intLOCFLG
           
static intLOCHDR
           
static intLOCHOW
           
static intLOCLEN
           
static intLOCNAM
           
static longLOCSIG
           
static intLOCSIZ
           
static intLOCTIM
           
static intLOCVER
           
 
从类 java.util.zip.ZipEntry 继承的字段
DEFLATED, STORED
 
构造方法摘要
JarEntry(JarEntry je)
          使用从指定的 JarEntry 对象获取的字段创建新的 JarEntry
JarEntry(String name)
          为指定的 JAR 文件条目名称创建新的 JarEntry
JarEntry(ZipEntry ze)
          使用从指定 ZipEntry 对象获取的字段创建新的 JarEntry
 
方法摘要
 AttributesgetAttributes()
          返回此条目的 ManifestAttributes;如果没有,则返回 null
 Certificate[]getCertificates()
          返回此条目的 Certificate 对象;如果没有,则返回 null
 CodeSigner[]getCodeSigners()
          返回此条目的 CodeSigner 对象;如果没有,则返回 null
 
从类 java.util.zip.ZipEntry 继承的方法
clone, getComment, getCompressedSize, getCrc, getExtra, getMethod, getName, getSize, getTime, hashCode, isDirectory, setComment, setCompressedSize, setCrc, setExtra, setMethod, setSize, setTime, toString
 
从类 java.lang.Object 继承的方法
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

字段详细信息

LOCSIG

public static final long LOCSIG
另请参见:
常量字段值

EXTSIG

public static final long EXTSIG
另请参见:
常量字段值

CENSIG

public static final long CENSIG
另请参见:
常量字段值

ENDSIG

public static final long ENDSIG
另请参见:
常量字段值

LOCHDR

public static final int LOCHDR
另请参见:
常量字段值

EXTHDR

public static final int EXTHDR
另请参见:
常量字段值

CENHDR

public static final int CENHDR
另请参见:
常量字段值