FastQuant.QuickLZ.qlz_decompress C# (CSharp) 메소드

qlz_decompress() 공개 정적인 메소드

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