org.jboss.netty.util.internal.jzlib
Class JZlib
java.lang.Object
org.jboss.netty.util.internal.jzlib.JZlib
public final class JZlib
- extends Object
Constructor Summary |
JZlib()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
W_NONE
public static final Enum<?> W_NONE
W_ZLIB
public static final Enum<?> W_ZLIB
W_GZIP
public static final Enum<?> W_GZIP
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
JZlib
public JZlib()
Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.