write

Writes bytes to the stream.

Syntax

C++

 #include "OutputStream.h"	
 
 int OutputStream::write (
    const unsigned char   *bytes,
    int                    length);
 
 

Parameters

bytes
(IN) Points to the array of bytes to write.
length
(IN) Specifies the length of the byte array.

Return Values

Returns the number of bytes written.