Name
SPVM::Compress::Raw::Zlib::Constant - zlib Constants
Description
Compress::Raw::Zlib::Constant class in SPVM has methods to get zlib constants.
Usage
use Compress::Raw::Zlib::Constant as ZLIB;
Class Methods
DEF_WBITS
static method DEF_WBITS : int ();
Returns the value of DEF_WBITS
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
MAX_MEM_LEVEL
static method MAX_MEM_LEVEL : int ();
Returns the value of MAX_MEM_LEVEL
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
MAX_WBITS
static method MAX_WBITS : int ();
Returns the value of MAX_WBITS
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
OS_CODE
static method OS_CODE : int ();
Returns the value of OS_CODE
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_ASCII
static method Z_ASCII : int ();
Returns the value of Z_ASCII
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_BEST_COMPRESSION
static method Z_BEST_COMPRESSION : int ();
Returns the value of Z_BEST_COMPRESSION
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_BEST_SPEED
static method Z_BEST_SPEED : int ();
Returns the value of Z_BEST_SPEED
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_BINARY
static method Z_BINARY : int ();
Returns the value of Z_BINARY
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_BLOCK
static method Z_BLOCK : int ();
Returns the value of Z_BLOCK
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_BUF_ERROR
static method Z_BUF_ERROR : int ();
Returns the value of Z_BUF_ERROR
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_DATA_ERROR
static method Z_DATA_ERROR : int ();
Returns the value of Z_DATA_ERROR
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_DEFAULT_COMPRESSION
static method Z_DEFAULT_COMPRESSION : int ();
Returns the value of Z_DEFAULT_COMPRESSION
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_DEFAULT_STRATEGY
static method Z_DEFAULT_STRATEGY : int ();
Returns the value of Z_DEFAULT_STRATEGY
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_DEFLATED
static method Z_DEFLATED : int ();
Returns the value of Z_DEFLATED
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_ERRNO
static method Z_ERRNO : int ();
Returns the value of Z_ERRNO
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_FILTERED
static method Z_FILTERED : int ();
Returns the value of Z_FILTERED
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_FINISH
static method Z_FINISH : int ();
Returns the value of Z_FINISH
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_FIXED
static method Z_FIXED : int ();
Returns the value of Z_FIXED
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_FULL_FLUSH
static method Z_FULL_FLUSH : int ();
Returns the value of Z_FULL_FLUSH
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_HUFFMAN_ONLY
static method Z_HUFFMAN_ONLY : int ();
Returns the value of Z_HUFFMAN_ONLY
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_MEM_ERROR
static method Z_MEM_ERROR : int ();
Returns the value of Z_MEM_ERROR
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_NEED_DICT
static method Z_NEED_DICT : int ();
Returns the value of Z_NEED_DICT
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_NO_COMPRESSION
static method Z_NO_COMPRESSION : int ();
Returns the value of Z_NO_COMPRESSION
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_NO_FLUSH
static method Z_NO_FLUSH : int ();
Returns the value of Z_NO_FLUSH
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_OK
static method Z_OK : int ();
Returns the value of Z_OK
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_PARTIAL_FLUSH
static method Z_PARTIAL_FLUSH : int ();
Returns the value of Z_PARTIAL_FLUSH
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_RLE
static method Z_RLE : int ();
Returns the value of Z_RLE
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_STREAM_END
static method Z_STREAM_END : int ();
Returns the value of Z_STREAM_END
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_STREAM_ERROR
static method Z_STREAM_ERROR : int ();
Returns the value of Z_STREAM_ERROR
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_SYNC_FLUSH
static method Z_SYNC_FLUSH : int ();
Returns the value of Z_SYNC_FLUSH
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_UNKNOWN
static method Z_UNKNOWN : int ();
Returns the value of Z_UNKNOWN
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
Z_VERSION_ERROR
static method Z_VERSION_ERROR : int ();
Returns the value of Z_VERSION_ERROR
. If this constant is not defined on the system, an exception is thrown with the error id set to the basic type ID of the Error::NotSupported class.
WANT_GZIP
static method WANT_GZIP : int ();
Returns 16.
WANT_GZIP_OR_ZLIB
static method WANT_GZIP_OR_ZLIB : int ();
Returns 32.