public int ReadIntCompressed()
    {
        if (pointer == IntPtr.Zero)
        {
            return(0);
        }

        return(BitStream_Native.BitStream_ReadIntCompressed(pointer));
    }