com.jcraft.jzlib

Class JZlib

public final class JZlib extends Object

Field Summary
static intZ_BEST_COMPRESSION
static intZ_BEST_SPEED
static intZ_BUF_ERROR
static intZ_DATA_ERROR
static intZ_DEFAULT_COMPRESSION
static intZ_DEFAULT_STRATEGY
static intZ_ERRNO
static intZ_FILTERED
static intZ_FINISH
static intZ_FULL_FLUSH
static intZ_HUFFMAN_ONLY
static intZ_MEM_ERROR
static intZ_NEED_DICT
static intZ_NO_COMPRESSION
static intZ_NO_FLUSH
static intZ_OK
static intZ_PARTIAL_FLUSH
static intZ_STREAM_END
static intZ_STREAM_ERROR
static intZ_SYNC_FLUSH
static intZ_VERSION_ERROR
Method Summary
static Stringversion()

Field Detail

Z_BEST_COMPRESSION

public static final int Z_BEST_COMPRESSION

Z_BEST_SPEED

public static final int Z_BEST_SPEED

Z_BUF_ERROR

public static final int Z_BUF_ERROR

Z_DATA_ERROR

public static final int Z_DATA_ERROR

Z_DEFAULT_COMPRESSION

public static final int Z_DEFAULT_COMPRESSION

Z_DEFAULT_STRATEGY

public static final int Z_DEFAULT_STRATEGY

Z_ERRNO

public static final int Z_ERRNO

Z_FILTERED

public static final int Z_FILTERED

Z_FINISH

public static final int Z_FINISH

Z_FULL_FLUSH

public static final int Z_FULL_FLUSH

Z_HUFFMAN_ONLY

public static final int Z_HUFFMAN_ONLY

Z_MEM_ERROR

public static final int Z_MEM_ERROR

Z_NEED_DICT

public static final int Z_NEED_DICT

Z_NO_COMPRESSION

public static final int Z_NO_COMPRESSION

Z_NO_FLUSH

public static final int Z_NO_FLUSH

Z_OK

public static final int Z_OK

Z_PARTIAL_FLUSH

public static final int Z_PARTIAL_FLUSH

Z_STREAM_END

public static final int Z_STREAM_END

Z_STREAM_ERROR

public static final int Z_STREAM_ERROR

Z_SYNC_FLUSH

public static final int Z_SYNC_FLUSH

Z_VERSION_ERROR

public static final int Z_VERSION_ERROR

Method Detail

version

public static String version()