com.jcraft.jzlib
public final class JZlib extends Object
| Field Summary | |
|---|---|
| static int | Z_BEST_COMPRESSION |
| static int | Z_BEST_SPEED |
| static int | Z_BUF_ERROR |
| static int | Z_DATA_ERROR |
| static int | Z_DEFAULT_COMPRESSION |
| static int | Z_DEFAULT_STRATEGY |
| static int | Z_ERRNO |
| static int | Z_FILTERED |
| static int | Z_FINISH |
| static int | Z_FULL_FLUSH |
| static int | Z_HUFFMAN_ONLY |
| static int | Z_MEM_ERROR |
| static int | Z_NEED_DICT |
| static int | Z_NO_COMPRESSION |
| static int | Z_NO_FLUSH |
| static int | Z_OK |
| static int | Z_PARTIAL_FLUSH |
| static int | Z_STREAM_END |
| static int | Z_STREAM_ERROR |
| static int | Z_SYNC_FLUSH |
| static int | Z_VERSION_ERROR |
| Method Summary | |
|---|---|
| static String | version() |