com.mucommander.file.impl.zip.provider
Interface ZipConstants

All Known Implementing Classes:
ZipFile, ZipOutputStream

public interface ZipConstants

Contains the various constants that are used by several classes of this package.

Author:
Maxence Bernard

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

DEFLATED

static final int DEFLATED
DEFLATED compression method

See Also:
Constant Field Values

STORED

static final int STORED
STORED compression method (raw storage, no compression)

See Also:
Constant Field Values

DEFAULT_DEFLATER_COMPRESSION

static final int DEFAULT_DEFLATER_COMPRESSION
Default compression level for DEFLATED compression

See Also:
Constant Field Values

DEFAULT_DEFLATER_BUFFER_SIZE

static final int DEFAULT_DEFLATER_BUFFER_SIZE
Default size of the buffer used by Deflater.

See Also:
Constant Field Values

MAX_ZIP32_SIZE

static final long MAX_ZIP32_SIZE
Maximum size of a Zip32 entry or a Zip32 file as a whole, i.e. (2^32)-1.

See Also:
Constant Field Values

WRITE_BUFFER_SIZE

static final int WRITE_BUFFER_SIZE
Size of write buffers

See Also:
Constant Field Values

UTF_8

static final java.lang.String UTF_8
UTF-8 encoding String

See Also:
Constant Field Values

LFH_SIG

static final byte[] LFH_SIG
Local file header signature


DD_SIG

static final byte[] DD_SIG
Data descriptor signature


CFH_SIG

static final byte[] CFH_SIG
Central file header signature


EOCD_SIG

static final byte[] EOCD_SIG
End of central dir signature



This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard