AlignToByte (inherited from PendingBuffer) | Align internal buffer on a byte boundary |
Equals (inherited from Object) |
Determines whether the specified Object is equal to the current Object.
|
Flush (inherited from PendingBuffer) | Flushes the pending buffer into the given output array. If the output array is to small, only a partial flush is done. |
GetHashCode (inherited from Object) |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
|
GetType (inherited from Object) |
Gets the Type of the current instance.
|
Reset (inherited from PendingBuffer) | Clear internal state/buffers |
ToByteArray (inherited from PendingBuffer) | Convert internal buffer to byte array. Buffer is empty on completion |
ToString (inherited from Object) |
Returns a String that represents the current Object.
|
WriteBits (inherited from PendingBuffer) | Write bits to internal buffer |
WriteBlock (inherited from PendingBuffer) | Write a block of data to buffer |
WriteByte (inherited from PendingBuffer) | Write a byte to buffer |
WriteInt (inherited from PendingBuffer) | write an integer LSB first |
WriteShort (inherited from PendingBuffer) | Write a short value to buffer LSB first |
WriteShortMSB (inherited from PendingBuffer) | Write a short value to internal buffer most significant byte first |