BfReadByte Function

Reads a byte from a readable bitbuffer (bf_read).

int BfReadByte(Handle bf)

Parameters

Handle bf

bf_read handle to read from.

Return Value

Byte value read (read as 8bit).

Errors

Invalid or incorrect Handle.