ZStream
ZStream
Cocos2D.Compression.ZlibInheritance: System.Object
Constructors
ZStream()
ZStream()()Fields
adler(System.Int64)
avail_in(System.Int32)
avail_out(System.Int32)
msg(System.String)
next_in(System.Byte[])
next_in_index(System.Int32)
next_out(System.Byte[])
next_out_index(System.Int32)
total_in(System.Int64)
total_out(System.Int64)
Methods
Deflate(int)
System.Int32 Deflate(int)(System.Int32 flush)Parameters:
flush (System.Int32)Returns:
System.Int32DeflateEnd()
System.Int32 DeflateEnd()()Returns:
System.Int32DeflateInit(int)
System.Int32 DeflateInit(int)(System.Int32 level)Parameters:
level (System.Int32)Returns:
System.Int32DeflateInit(int, int)
System.Int32 DeflateInit(int, int)(System.Int32 level, System.Int32 bits)Parameters:
level (System.Int32)bits (System.Int32)Returns:
System.Int32DeflateParams(int, int)
System.Int32 DeflateParams(int, int)(System.Int32 level, System.Int32 strategy)Parameters:
level (System.Int32)strategy (System.Int32)Returns:
System.Int32DeflateSetDictionary(byte[], int)
System.Int32 DeflateSetDictionary(byte[], int)(System.Byte[] dictionary, System.Int32 dictLength)Parameters:
dictionary (System.Byte[])dictLength (System.Int32)Returns:
System.Int32Free()
Free()()Inflate(int)
System.Int32 Inflate(int)(System.Int32 f)Parameters:
f (System.Int32)Returns:
System.Int32InflateEnd()
System.Int32 InflateEnd()()Returns:
System.Int32InflateInit()
System.Int32 InflateInit()()Returns:
System.Int32InflateInit(int)
System.Int32 InflateInit(int)(System.Int32 w)Parameters:
w (System.Int32)Returns:
System.Int32InflateSetDictionary(byte[], int)
System.Int32 InflateSetDictionary(byte[], int)(System.Byte[] dictionary, System.Int32 dictLength)Parameters:
dictionary (System.Byte[])dictLength (System.Int32)Returns:
System.Int32InflateSync()
System.Int32 InflateSync()()Returns:
System.Int32