Exemplo n.º 1
0
    public byte ReadByte()
    {
        if (pointer == IntPtr.Zero)
        {
            return(0);
        }

        return(BitStream_Native.BitStream_ReadByte(pointer));
    }