Method WriteByte
WriteByte(Byte)
Writes a single byte.
The most primitive data type is an eight-bit byte. Files are accessed as sequences of bytes. All other data types are defined as sequences of bytes, so file formats are byte-order independent.
Declaration
public abstract void WriteByte(byte b)
Parameters
Type | Name | Description |
---|---|---|
System.Byte | b |
See Also
ReadByte()