public void Write(byte value) { if (pointer == IntPtr.Zero) { return; } BitStream_Native.BitStream_WriteByte(pointer, value); }