public int ReadInt() { if (pointer == IntPtr.Zero) { return(0); } return(BitStream_Native.BitStream_ReadInt(pointer)); }