DeflateStream
Object Hierarchy:
Description:
[
CCode ( cname =
"z_stream" , destroy_function =
"deflateEnd" , has_type_id =
false ) ]
public struct DeflateStream :
Stream
Content:
Creation methods:
Methods:
- public int @params (int level, int strategy)
- public ulong bound (ulong sourceLen)
- public int copy (DeflateStream dest)
- public int deflate (int flush)
- public int prime (int bits, int value)
- public int reset ()
- public int set_dictionary (uint8[] dictionary)
- public int set_header (GZHeader head)
- public int tune (int good_length, int max_lazy, int nice_length, int max_chain)
Inherited Members:
All known members inherited from struct ZLib.Stream