Writes a byte to the file stream.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
void WriteByte(
	byte value
)
Visual Basic
Sub WriteByte ( _
	value As Byte _
)
Visual C++
void WriteByte(
	unsigned char value
)

Parameters

value
Type: System..::..Byte
Byte value to write.

See Also