Otter SDK Reference
Version:

WriteByte(byte value) Method

Writes a byte to the current position in the stream and advances the position within the stream by one byte.

Syntax

public virtual void WriteByte(byte value)

Parameters

value
Type: byte

The byte to write to the stream.