|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ZipConstants
Contains the various constants that are used by several classes of this package.
| Field Summary | |
|---|---|
static byte[] |
CFH_SIG
Central file header signature |
static byte[] |
DD_SIG
Data descriptor signature |
static int |
DEFAULT_DEFLATER_BUFFER_SIZE
Default size of the buffer used by Deflater. |
static int |
DEFAULT_DEFLATER_COMPRESSION
Default compression level for DEFLATED compression |
static int |
DEFLATED
DEFLATED compression method |
static byte[] |
EOCD_SIG
End of central dir signature |
static byte[] |
LFH_SIG
Local file header signature |
static long |
MAX_ZIP32_SIZE
Maximum size of a Zip32 entry or a Zip32 file as a whole, i.e. |
static int |
STORED
STORED compression method (raw storage, no compression) |
static java.lang.String |
UTF_8
UTF-8 encoding String |
static int |
WRITE_BUFFER_SIZE
Size of write buffers |
| Field Detail |
|---|
static final int DEFLATED
static final int STORED
static final int DEFAULT_DEFLATER_COMPRESSION
static final int DEFAULT_DEFLATER_BUFFER_SIZE
static final long MAX_ZIP32_SIZE
static final int WRITE_BUFFER_SIZE
static final java.lang.String UTF_8
static final byte[] LFH_SIG
static final byte[] DD_SIG
static final byte[] CFH_SIG
static final byte[] EOCD_SIG
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard