BfWriteByte
Writes a byte to a writable bitbuffer (bf_write).
native void BfWriteByte(Handle bf, int byte)Parameters
bf_write handle to write to.
int byte
Byte to write (value will be written as 8bit).
Return Value
voidError
Invalid or incorrect Handle.