Server.Network.Compressor64.Compress C# (CSharp) Méthode

Compress() public méthode

public Compress ( byte dest, int &destLength, byte source, int sourceLength ) : ZLibError
dest byte
destLength int
source byte
sourceLength int
Résultat ZLibError
		public ZLibError Compress( byte[] dest, ref int destLength, byte[] source, int sourceLength ) {
			return compress( dest, ref destLength, source, sourceLength );
		}

Same methods

Compressor64::Compress ( byte dest, int &destLength, byte source, int sourceLength, ZLibQuality quality ) : ZLibError