#include <OutputStream.h>
Inheritance diagram for activemq::io::OutputStream:
Public Member Functions | |
virtual | ~OutputStream () |
virtual void | write (const unsigned char c)=0 throw ( IOException ) |
virtual void | write (const unsigned char *buffer, const int len)=0 throw ( IOException ) |
virtual void | flush ()=0 throw ( IOException ) |
|
|
|
Flushes any pending writes in this output stream.
Implemented in activemq::io::BufferedOutputStream, activemq::io::ByteArrayOutputStream, and activemq::network::SocketOutputStream. |
|
Writes an array of bytes to the output stream.
Implemented in activemq::io::BufferedOutputStream, activemq::io::ByteArrayOutputStream, and activemq::network::SocketOutputStream. |
|
Writes a single byte to the output stream.
Implemented in activemq::io::BufferedOutputStream, activemq::io::ByteArrayOutputStream, and activemq::network::SocketOutputStream. |