IWriteBuffer.

WriteByte(byte) Method

Summary

writes a single byte to the buffer.

Syntax

void WriteByte(byte b)

Remarks

writes a single byte to the buffer.

Parameters

Name Type Description
b byte the byte

Return Value

Type Description
void