BitWriter.writeByte

bool writeByte(ubyte b) nothrow @safe

Write a byte directly.

Parameters

bByte to write.

Returns

true if successful, false if buffer full.