Back to Server.Network

Compression

(static) void Compress( byte[] input, int length, out byte[] output, out int outputLength )
(static) byte[] Compress( byte[] input, int offset, int count, ref int length )
(static) ZLibError Pack( byte[] dest, ref int destLength, byte[] source, int sourceLength )
(static) ZLibError Pack( byte[] dest, ref int destLength, byte[] source, int sourceLength, ZLibQuality quality )
(static) ZLibError Unpack( byte[] dest, ref int destLength, byte[] source, int sourceLength )
(ctor) Compression()