StreamContainer.WriteByte

StreamContainer.WriteByte method

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

public virtual void WriteByte(byte value)
ParameterTypeDescription
valueByteThe byte to write to the stream.

See Also