Package com.jcraft.jzlib
Class Deflate
java.lang.Object
com.jcraft.jzlib.Deflate
- All Implemented Interfaces:
- Cloneable
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final intprotected static final int
- 
Method Summary
- 
Field Details- 
Z_FILTEREDprotected static final int Z_FILTERED- See Also:
 
- 
Z_HUFFMAN_ONLYprotected static final int Z_HUFFMAN_ONLY- See Also:
 
- 
Z_DEFAULT_STRATEGYprotected static final int Z_DEFAULT_STRATEGY- See Also:
 
- 
Z_NO_FLUSHprotected static final int Z_NO_FLUSH- See Also:
 
- 
Z_PARTIAL_FLUSHprotected static final int Z_PARTIAL_FLUSH- See Also:
 
- 
Z_SYNC_FLUSHprotected static final int Z_SYNC_FLUSH- See Also:
 
- 
Z_FULL_FLUSHprotected static final int Z_FULL_FLUSH- See Also:
 
- 
Z_FINISHprotected static final int Z_FINISH- See Also:
 
- 
Z_OKprotected static final int Z_OK- See Also:
 
- 
Z_STREAM_ENDprotected static final int Z_STREAM_END- See Also:
 
- 
Z_NEED_DICTprotected static final int Z_NEED_DICT- See Also:
 
- 
Z_ERRNOprotected static final int Z_ERRNO- See Also:
 
- 
Z_STREAM_ERRORprotected static final int Z_STREAM_ERROR- See Also:
 
- 
Z_DATA_ERRORprotected static final int Z_DATA_ERROR- See Also:
 
- 
Z_MEM_ERRORprotected static final int Z_MEM_ERROR- See Also:
 
- 
Z_BUF_ERRORprotected static final int Z_BUF_ERROR- See Also:
 
- 
Z_VERSION_ERRORprotected static final int Z_VERSION_ERROR- See Also:
 
 
- 
- 
Method Details- 
clone- Overrides:
- clonein class- Object
- Throws:
- CloneNotSupportedException
 
 
-