Class JZlib
- Namespace
- Enterprises.Org.BouncyCastle.Utilities.Zlib
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public sealed class JZlib
- Inheritance
-
JZlib
- Inherited Members
-
Constructors
JZlib()
Fields
Z_BEST_COMPRESSION
public const int Z_BEST_COMPRESSION = 9
Field Value
- int
Z_BEST_SPEED
public const int Z_BEST_SPEED = 1
Field Value
- int
Z_BUF_ERROR
public const int Z_BUF_ERROR = -5
Field Value
- int
Z_DATA_ERROR
public const int Z_DATA_ERROR = -3
Field Value
- int
Z_DEFAULT_COMPRESSION
public const int Z_DEFAULT_COMPRESSION = -1
Field Value
- int
Z_DEFAULT_STRATEGY
public const int Z_DEFAULT_STRATEGY = 0
Field Value
- int
Z_ERRNO
public const int Z_ERRNO = -1
Field Value
- int
Z_FILTERED
public const int Z_FILTERED = 1
Field Value
- int
Z_FINISH
public const int Z_FINISH = 4
Field Value
- int
Z_FULL_FLUSH
public const int Z_FULL_FLUSH = 3
Field Value
- int
Z_HUFFMAN_ONLY
public const int Z_HUFFMAN_ONLY = 2
Field Value
- int
Z_MEM_ERROR
public const int Z_MEM_ERROR = -4
Field Value
- int
Z_NEED_DICT
public const int Z_NEED_DICT = 2
Field Value
- int
Z_NO_COMPRESSION
public const int Z_NO_COMPRESSION = 0
Field Value
- int
Z_NO_FLUSH
public const int Z_NO_FLUSH = 0
Field Value
- int
Z_OK
public const int Z_OK = 0
Field Value
- int
Z_PARTIAL_FLUSH
public const int Z_PARTIAL_FLUSH = 1
Field Value
- int
Z_STREAM_END
public const int Z_STREAM_END = 1
Field Value
- int
Z_STREAM_ERROR
public const int Z_STREAM_ERROR = -2
Field Value
- int
Z_SYNC_FLUSH
public const int Z_SYNC_FLUSH = 2
Field Value
- int
Z_VERSION_ERROR
public const int Z_VERSION_ERROR = -6
Field Value
- int
Methods
version()
public static string version()
Returns
- string