Method EnterBitwiseContext
EnterBitwiseContext()
Retrieve a BitWriter to be able to perform bitwise operations on the buffer. No bytewise operations can be performed on the buffer until bitWriter.Dispose() has been called. At the end of the operation, FastBufferWriter will remain byte-aligned.
Declaration
public BitWriter EnterBitwiseContext()
Returns
Type | Description |
---|---|
BitWriter | A BitWriter |