PeterO.IByteWriter
## PeterO.IByteWriter
public interface IByteWriter
A generic interface for writing bytes of data.
Member Summary
[WriteByte(int)](#WriteByte_int)
- Writes an 8-bit byte to a data source.
void WriteByte( int b);
Writes an 8-bit byte to a data source.
Parameters:
- b: Byte to write to the data source. Only the lower 8 bits of this value are used.