FastQuant.QuickLZ.qlz_decompress C# (CSharp) Method

qlz_decompress() public static method

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