|
TrueZIP 6.8.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
interface ZIP
A package private interface with some useful constants for ZIP compatible files. Public classes must not implement this interface - otherwise the constants become part of the public API.
| Field Summary | |
|---|---|
static int |
CFH_MIN_LEN
The minimum length of the Central File Header record. |
static int |
CFH_SIG
Central File Header signature. |
static int |
DD_SIG
Data Descriptor signature. |
static String |
DEFAULT_CHARSET
The default character set used for entry names and comments in ZIP compatible files. |
static int |
DEFLATED
Compression method for compressed (deflated) entries. |
static byte[] |
EMPTY
An empty byte array. |
static int |
EOCDR_MIN_LEN
The minimum length of the End Of Central Directory record. |
static int |
EOCDR_SIG
End Of Central Directory Record signature. |
static int |
FLATER_BUF_LENGTH
The buffer size used for deflating and inflating. |
static int |
LFH_MIN_LEN
The minimum length of the Local File Header record. |
static int |
LFH_SIG
Local File Header signature. |
static short |
PLATFORM_FAT
Windows/DOS/FAT platform. |
static short |
PLATFORM_UNIX
Unix platform. |
static int |
STORED
Compression method for uncompressed (stored) entries. |
static String |
UTF8
|
static int |
ZIP64_EOCDL_LEN
The length of the Zip64 End Of Central Directory Locator. |
static int |
ZIP64_EOCDL_SIG
Zip64 End Of Central Directory Locator. |
static int |
ZIP64_EOCDR_MIN_LEN
The minimum length of the Zip64 End Of Central Directory Record. |
static int |
ZIP64_EOCDR_SIG
Zip64 End Of Central Directory Record. |
static boolean |
ZIP64_EXT
This boolean field is set by the system property de.schlichtherle.util.zip.zip64ext. |
| Field Detail |
|---|
static final int LFH_SIG
static final int DD_SIG
static final int CFH_SIG
static final boolean ZIP64_EXT
de.schlichtherle.util.zip.zip64ext.
If this property is set to true (case is ignored),
then ZIP64 extensions are always added when writing a ZIP archive file,
regardless of its size.
This system property is intended for testing purposes only.
During normal operations, it should not be set as many
third party tools would not treat the redundant ZIP64 extensions
correctly.
Note that it's impossible to inhibit ZIP64 extensions.
static final int ZIP64_EOCDR_SIG
static final int ZIP64_EOCDL_SIG
static final int EOCDR_SIG
static final int LFH_MIN_LEN
static final int CFH_MIN_LEN
static final int ZIP64_EOCDR_MIN_LEN
static final int ZIP64_EOCDL_LEN
static final int EOCDR_MIN_LEN
static final String UTF8
static final String DEFAULT_CHARSET
static final int FLATER_BUF_LENGTH
static final short PLATFORM_FAT
static final short PLATFORM_UNIX
static final int STORED
static final int DEFLATED
static final byte[] EMPTY
|
TrueZIP 6.8.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||