public short ReadShort() { if (pointer == IntPtr.Zero) { return(0); } return(BitStream_Native.BitStream_ReadShort(pointer)); }