FastQuant.QuickLZ.qlz_size_decompressed C# (CSharp) Method

qlz_size_decompressed() public static method

public static qlz_size_decompressed ( byte source ) : UIntPtr
source byte
return System.UIntPtr
        public static UIntPtr qlz_size_decompressed(byte[] source)
        {
            throw new NotSupportedException();
        }