Package com.jcraft.jzlib
Class JZlib
- java.lang.Object
-
- com.jcraft.jzlib.JZlib
-
public final class JZlib extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJZlib.WrapperType
-
Field Summary
Fields Modifier and Type Field Description static intDEF_WBITSstatic intMAX_WBITSstatic JZlib.WrapperTypeW_ANYstatic JZlib.WrapperTypeW_GZIPstatic JZlib.WrapperTypeW_NONEstatic JZlib.WrapperTypeW_ZLIBstatic byteZ_ASCIIstatic intZ_BEST_COMPRESSIONstatic intZ_BEST_SPEEDstatic byteZ_BINARYstatic intZ_BUF_ERRORstatic intZ_DATA_ERRORstatic intZ_DEFAULT_COMPRESSIONstatic intZ_DEFAULT_STRATEGYstatic intZ_ERRNOstatic intZ_FILTEREDstatic intZ_FINISHstatic intZ_FULL_FLUSHstatic intZ_HUFFMAN_ONLYstatic intZ_MEM_ERRORstatic intZ_NEED_DICTstatic intZ_NO_COMPRESSIONstatic intZ_NO_FLUSHstatic intZ_OKstatic intZ_PARTIAL_FLUSHstatic intZ_STREAM_ENDstatic intZ_STREAM_ERRORstatic intZ_SYNC_FLUSHstatic byteZ_UNKNOWNstatic intZ_VERSION_ERROR
-
Constructor Summary
Constructors Constructor Description JZlib()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longadler32_combine(long adler1, long adler2, long len2)static longcrc32_combine(long crc1, long crc2, long len2)static java.lang.Stringversion()
-
-
-
Field Detail
-
MAX_WBITS
public static final int MAX_WBITS
- See Also:
- Constant Field Values
-
DEF_WBITS
public static final int DEF_WBITS
- See Also:
- Constant Field Values
-
W_NONE
public static final JZlib.WrapperType W_NONE
-
W_ZLIB
public static final JZlib.WrapperType W_ZLIB
-
W_GZIP
public static final JZlib.WrapperType W_GZIP
-
W_ANY
public static final JZlib.WrapperType W_ANY
-
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
-
Z_FILTERED
public static final int Z_FILTERED
- See Also:
- Constant Field Values
-
Z_HUFFMAN_ONLY
public static final int Z_HUFFMAN_ONLY
- See Also:
- Constant Field Values
-
Z_DEFAULT_STRATEGY
public static final int Z_DEFAULT_STRATEGY
- See Also:
- Constant Field Values
-
Z_NO_FLUSH
public static final int Z_NO_FLUSH
- See Also:
- Constant Field Values
-
Z_PARTIAL_FLUSH
public static final int Z_PARTIAL_FLUSH
- See Also:
- Constant Field Values
-
Z_SYNC_FLUSH
public static final int Z_SYNC_FLUSH
- See Also:
- Constant Field Values
-
Z_FULL_FLUSH
public static final int Z_FULL_FLUSH
- See Also:
- Constant Field Values
-
Z_FINISH
public static final int Z_FINISH
- See Also:
- Constant Field Values
-
Z_OK
public static final int Z_OK
- See Also:
- Constant Field Values
-
Z_STREAM_END
public static final int Z_STREAM_END
- See Also:
- Constant Field Values
-
Z_NEED_DICT
public static final int Z_NEED_DICT
- See Also:
- Constant Field Values
-
Z_ERRNO
public static final int Z_ERRNO
- See Also:
- Constant Field Values
-
Z_STREAM_ERROR
public static final int Z_STREAM_ERROR
- See Also:
- Constant Field Values
-
Z_DATA_ERROR
public static final int Z_DATA_ERROR
- See Also:
- Constant Field Values
-
Z_MEM_ERROR
public static final int Z_MEM_ERROR
- See Also:
- Constant Field Values
-
Z_BUF_ERROR
public static final int Z_BUF_ERROR
- See Also:
- Constant Field Values
-
Z_VERSION_ERROR
public static final int Z_VERSION_ERROR
- See Also:
- Constant Field Values
-
Z_BINARY
public static final byte Z_BINARY
- See Also:
- Constant Field Values
-
Z_ASCII
public static final byte Z_ASCII
- See Also:
- Constant Field Values
-
Z_UNKNOWN
public static final byte Z_UNKNOWN
- See Also:
- Constant Field Values
-
-