write

Writes a single byte to the stream.

Syntax

C++

 #include "OutputStream.h"	
 
 int OutputStream::write (
    unsigned char   byte);
 

Parameters

byte
(IN) Specifies the byte to write.

Return Values

Returns the number of bytes written, either 0 or 1.