|
|||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.util.jar
类 JarEntry
java.lang.Object java.util.zip.ZipEntry java.util.jar.JarEntry
- 所有已实现的接口:
- Cloneable
-
public class JarEntry
- extends ZipEntry
此类用于表示 JAR 文件条目。
字段摘要 | |
---|---|
static int |
CENATT |
static int |
CENATX |
static int |
CENCOM |
static int |
CENCRC |
static int |
CENDSK |
static int |
CENEXT |
static int |
CENFLG |
static int |
CENHDR |
static int |
CENHOW |
static int |
CENLEN |
static int |
CENNAM |
static int |
CENOFF |
static long |
CENSIG |
static int |
CENSIZ |
static int |
CENTIM |
static int |
CENVEM |
static int |
CENVER |
static int |
ENDCOM |
static int |
ENDHDR |
static int |
ENDOFF |
static long |
ENDSIG |
static int |
ENDSIZ |
static int |
ENDSUB |
static int |
ENDTOT |
static int |
EXTCRC |
static int |
EXTHDR |
static int |
EXTLEN |
static long |
EXTSIG |
static int |
EXTSIZ |
static int |
LOCCRC |
static int |
LOCEXT |
static int |
LOCFLG |
static int |
LOCHDR |
static int |
LOCHOW |
static int |
LOCLEN |
static int |
LOCNAM |
static long |
LOCSIG |
static int |
LOCSIZ |
static int |
LOCTIM |
static int |
LOCVER |
从类 java.util.zip.ZipEntry 继承的字段 |
---|
DEFLATED, STORED |
构造方法摘要 | |
---|---|
JarEntry(JarEntry je) 使用从指定的 JarEntry 对象获取的字段创建新的 JarEntry 。 |
|
JarEntry(String name) 为指定的 JAR 文件条目名称创建新的 JarEntry 。 |
|
JarEntry(ZipEntry ze) 使用从指定 ZipEntry 对象获取的字段创建新的 JarEntry 。 |
方法摘要 | |
---|---|
Attributes |
getAttributes() 返回此条目的 Manifest Attributes ;如果没有,则返回 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
- 另请参见:
- 常量字段值