public long ReadLong() { if (pointer == IntPtr.Zero) { return(0); } return(BitStream_Native.BitStream_ReadLong(pointer)); }