An adapter class for byte array output. More...


Public Member Functions | |
| outputStreamByteArrayAdapter (byteArray &array) | |
| void | write (const value_type *const data, const size_type count) |
| void | flush () |
An adapter class for byte array output.
| outputStreamByteArrayAdapter | ( | byteArray & | array | ) |
| void flush | ( | ) | [virtual] |
Flush this output stream and forces any buffered output bytes to be written out to the stream.
Implements outputStream.
| void write | ( | const value_type *const | data, | |
| const size_type | count | |||
| ) | [virtual] |
Write data to the stream.
| data | buffer containing data to write | |
| count | number of bytes to write |
Implements outputStream.
1.6.2