Back to Server.Network

ICompressor

Derived Types: Compressor32, Compressor64, CompressorUnix32, CompressorUnix64

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 )