예제 #1
0
    public byte ReadByteCompressed()
    {
        if (pointer == IntPtr.Zero)
        {
            return(0);
        }

        return(BitStream_Native.BitStream_ReadByteCompressed(pointer));
    }