Manual: zlib

class Compress extends object
not documented
volatile
+init()
returns not documented
not documented
volatile
compress(self : Compress, array : Uint8Data)
self not documented
array not documented
returns not documented
not documented
volatile
finish(self : Compress, mode = null)
self not documented
mode not documented
returns not documented
not documented
volatile
DEFLATED = 8
not documented
volatile
DEF_MEM_LEVEL = 8
not documented
volatile
class Decompress extends object
not documented
volatile
+init(wbits = null)
wbits not documented
returns not documented
not documented
volatile
decompress(self : Decompress, array : Uint8Data)
self not documented
array not documented
returns not documented
not documented
volatile
finish(self : Decompress)
self not documented
returns not documented
not documented
volatile
MAX_WBITS = 15
not documented
volatile
ZLIB_VERSION = "1.2.8"
not documented
volatile
Z_BEST_COMPRESSION = 9
not documented
volatile
Z_BEST_SPEED = 1
not documented
volatile
Z_DEFAULT_COMPRESSION = -1
not documented
volatile
Z_DEFAULT_STRATEGY = 0
not documented
volatile
Z_FILTERED = 1
not documented
volatile
Z_FINISH = 4
not documented
volatile
Z_FULL_FLUSH = 3
not documented
volatile
Z_HUFFMAN_ONLY = 2
not documented
volatile
Z_NO_FLUSH = 0
not documented
volatile
Z_SYNC_FLUSH = 2
not documented
volatile
adler32(array : Uint8Data, start = null)
array not documented
start not documented
returns not documented
not documented
volatile
crc32(array : Uint8Data, start = null)
array not documented
start not documented
returns not documented
not documented
volatile