FastQuant.QuickLZ.qlz_compress C# (CSharp) Method

qlz_compress() public static method

public static qlz_compress ( byte source, byte destination, UIntPtr size, byte scratch ) : UIntPtr
source byte
destination byte
size System.UIntPtr
scratch byte
return System.UIntPtr
        public static UIntPtr qlz_compress(byte[] source, byte[] destination, UIntPtr size, byte[] scratch)
        {
            throw new NotSupportedException();
        }