[]
Writes a byte to the stream. Prior to writing, the stream is realigned at the byte level.
void write(byte b)
The byte to write. The lower 8 bits of b are written.