Back to Server.Network

ICompressor

Derived Types: Compressor32, Compressor64, CompressorUnix

string Version( get; )
virtual ZLibError Compress( byte[] dest, ref int destLength, byte[] source, int sourceLength )
virtual ZLibError Compress( byte[] dest, ref int destLength, byte[] source, int sourceLength, ZLibQuality quality )
virtual ZLibError Decompress( byte[] dest, ref int destLength, byte[] source, int sourceLength )