程序包 | 说明 |
---|---|
com.sh.common.zip |
限定符和类型 | 字段和说明 |
---|---|
static ZipShort |
UnicodeCommentExtraField.UCOM_ID |
static ZipShort |
UnicodePathExtraField.UPATH_ID |
限定符和类型 | 方法和说明 |
---|---|
ZipShort |
ZipExtraField.getCentralDirectoryLength()
Length of the extra field in the central directory - without
Header-ID or length specifier.
|
ZipShort |
UnrecognizedExtraField.getCentralDirectoryLength()
Get the central data length.
|
ZipShort |
UnparseableExtraFieldData.getCentralDirectoryLength()
Length of the complete extra field in the central directory.
|
ZipShort |
JarMarker.getCentralDirectoryLength()
Length of the extra field in the central directory - without
Header-ID or length specifier.
|
ZipShort |
AsiExtraField.getCentralDirectoryLength()
Delegate to local file data.
|
ZipShort |
AbstractUnicodeExtraField.getCentralDirectoryLength() |
ZipShort |
ZipExtraField.getHeaderId()
The Header-ID.
|
ZipShort |
UnrecognizedExtraField.getHeaderId()
Get the header id.
|
ZipShort |
UnparseableExtraFieldData.getHeaderId()
The Header-ID.
|
ZipShort |
UnicodePathExtraField.getHeaderId() |
ZipShort |
UnicodeCommentExtraField.getHeaderId() |
ZipShort |
JarMarker.getHeaderId()
The Header-ID.
|
ZipShort |
AsiExtraField.getHeaderId()
The Header-ID.
|
ZipShort |
ZipExtraField.getLocalFileDataLength()
Length of the extra field in the local file data - without
Header-ID or length specifier.
|
ZipShort |
UnrecognizedExtraField.getLocalFileDataLength()
Get the length of the local data.
|
ZipShort |
UnparseableExtraFieldData.getLocalFileDataLength()
Length of the complete extra field in the local file data.
|
ZipShort |
JarMarker.getLocalFileDataLength()
Length of the extra field in the local file data - without
Header-ID or length specifier.
|
ZipShort |
AsiExtraField.getLocalFileDataLength()
Length of the extra field in the local file data - without
Header-ID or length specifier.
|
ZipShort |
AbstractUnicodeExtraField.getLocalFileDataLength() |
限定符和类型 | 方法和说明 |
---|---|
static ZipExtraField |
ExtraFieldUtils.createExtraField(ZipShort headerId)
Create an instance of the approriate ExtraField, falls back to
UnrecognizedExtraField . |
ZipExtraField |
ZipEntry.getExtraField(ZipShort type)
Looks up an extra field by its header id.
|
void |
ZipEntry.removeExtraField(ZipShort type)
Remove an extra field.
|
void |
UnrecognizedExtraField.setHeaderId(ZipShort headerId)
Set the header id.
|