ewe.zip
Interface ZipConstants
- All Known Implementing Classes:
- DeflaterOutputStream, ZipFile, ZipInputStream, ZipOutputStream
- public interface ZipConstants
L_SIZE
public static final int L_SIZE
- See Also:
- Constant Field Values
L_HDR_SIG
public static final int L_HDR_SIG
- See Also:
- Constant Field Values
L_SIGNATURE
public static final int L_SIGNATURE
- See Also:
- Constant Field Values
L_VERSION_NEEDED_TO_EXTRACT
public static final int L_VERSION_NEEDED_TO_EXTRACT
- See Also:
- Constant Field Values
L_GENERAL_PURPOSE_BIT_FLAG
public static final int L_GENERAL_PURPOSE_BIT_FLAG
- See Also:
- Constant Field Values
L_COMPRESSION_METHOD
public static final int L_COMPRESSION_METHOD
- See Also:
- Constant Field Values
L_LAST_MOD_FILE_TIME
public static final int L_LAST_MOD_FILE_TIME
- See Also:
- Constant Field Values
L_LAST_MOD_FILE_DATE
public static final int L_LAST_MOD_FILE_DATE
- See Also:
- Constant Field Values
L_CRC32
public static final int L_CRC32
- See Also:
- Constant Field Values
L_COMPRESSED_SIZE
public static final int L_COMPRESSED_SIZE
- See Also:
- Constant Field Values
L_UNCOMPRESSED_SIZE
public static final int L_UNCOMPRESSED_SIZE
- See Also:
- Constant Field Values
L_FILENAME_LENGTH
public static final int L_FILENAME_LENGTH
- See Also:
- Constant Field Values
L_EXTRA_FIELD_LENGTH
public static final int L_EXTRA_FIELD_LENGTH
- See Also:
- Constant Field Values
D_HDR_SIG
public static final int D_HDR_SIG
- See Also:
- Constant Field Values
D_SIGNATURE
public static final int D_SIGNATURE
- See Also:
- Constant Field Values
D_CRC32
public static final int D_CRC32
- See Also:
- Constant Field Values
D_COMPRESSED_SIZE
public static final int D_COMPRESSED_SIZE
- See Also:
- Constant Field Values
D_UNCOMPRESSED_SIZE
public static final int D_UNCOMPRESSED_SIZE
- See Also:
- Constant Field Values
D_SIZE
public static final int D_SIZE
- See Also:
- Constant Field Values
C_HDR_SIG
public static final int C_HDR_SIG
- See Also:
- Constant Field Values
C_SIGNATURE
public static final int C_SIGNATURE
- See Also:
- Constant Field Values
C_VERSION_MADE_BY
public static final int C_VERSION_MADE_BY
- See Also:
- Constant Field Values
C_VERSION_NEEDED_TO_EXTRACT
public static final int C_VERSION_NEEDED_TO_EXTRACT
- See Also:
- Constant Field Values
C_GENERAL_PURPOSE_BIT_FLAG
public static final int C_GENERAL_PURPOSE_BIT_FLAG
- See Also:
- Constant Field Values
C_COMPRESSION_METHOD
public static final int C_COMPRESSION_METHOD
- See Also:
- Constant Field Values
C_LAST_MOD_FILE_TIME
public static final int C_LAST_MOD_FILE_TIME
- See Also:
- Constant Field Values
C_LAST_MOD_FILE_DATE
public static final int C_LAST_MOD_FILE_DATE
- See Also:
- Constant Field Values
C_CRC32
public static final int C_CRC32
- See Also:
- Constant Field Values
C_COMPRESSED_SIZE
public static final int C_COMPRESSED_SIZE
- See Also:
- Constant Field Values
C_UNCOMPRESSED_SIZE
public static final int C_UNCOMPRESSED_SIZE
- See Also:
- Constant Field Values
C_FILENAME_LENGTH
public static final int C_FILENAME_LENGTH
- See Also:
- Constant Field Values
C_EXTRA_FIELD_LENGTH
public static final int C_EXTRA_FIELD_LENGTH
- See Also:
- Constant Field Values
C_FILE_COMMENT_LENGTH
public static final int C_FILE_COMMENT_LENGTH
- See Also:
- Constant Field Values
C_DISK_NUMBER_START
public static final int C_DISK_NUMBER_START
- See Also:
- Constant Field Values
C_INTERNAL_FILE_ATTRIBUTES
public static final int C_INTERNAL_FILE_ATTRIBUTES
- See Also:
- Constant Field Values
C_EXTERNAL_FILE_ATTRIBUTES
public static final int C_EXTERNAL_FILE_ATTRIBUTES
- See Also:
- Constant Field Values
C_RELATIVE_OFFSET_LOCAL_HEADER
public static final int C_RELATIVE_OFFSET_LOCAL_HEADER
- See Also:
- Constant Field Values
C_SIZE
public static final int C_SIZE
- See Also:
- Constant Field Values
EC_HDR_SIG
public static final int EC_HDR_SIG
- See Also:
- Constant Field Values
EC_SIGNATURE
public static final int EC_SIGNATURE
- See Also:
- Constant Field Values
EC_NUMBER_THIS_DISK
public static final int EC_NUMBER_THIS_DISK
- See Also:
- Constant Field Values
EC_NUM_DISK_WITH_START_CENTRAL_DIR
public static final int EC_NUM_DISK_WITH_START_CENTRAL_DIR
- See Also:
- Constant Field Values
EC_NUM_ENTRIES_CENTRL_DIR_THS_DISK
public static final int EC_NUM_ENTRIES_CENTRL_DIR_THS_DISK
- See Also:
- Constant Field Values
EC_TOTAL_ENTRIES_CENTRAL_DIR
public static final int EC_TOTAL_ENTRIES_CENTRAL_DIR
- See Also:
- Constant Field Values
EC_SIZE_CENTRAL_DIRECTORY
public static final int EC_SIZE_CENTRAL_DIRECTORY
- See Also:
- Constant Field Values
EC_OFFSET_START_CENTRAL_DIRECTORY
public static final int EC_OFFSET_START_CENTRAL_DIRECTORY
- See Also:
- Constant Field Values
EC_ZIPFILE_COMMENT_LENGTH
public static final int EC_ZIPFILE_COMMENT_LENGTH
- See Also:
- Constant Field Values
EC_SIZE
public static final int EC_SIZE
- See Also:
- Constant Field Values
Z_NO_COMPRESSION
public static final int Z_NO_COMPRESSION
- See Also:
- Constant Field Values
Z_BEST_SPEED
public static final int Z_BEST_SPEED
- See Also:
- Constant Field Values
Z_BEST_COMPRESSION
public static final int Z_BEST_COMPRESSION
- See Also:
- Constant Field Values
Z_DEFAULT_COMPRESSION
public static final int Z_DEFAULT_COMPRESSION
- See Also:
- Constant Field Values