Back to Server.Network

Compression

(static) void Compress( byte[] input, int length, out byte[] output, out int outputLength )
(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()