#include <Writer.h>
Inheritance diagram for activemq::io::Writer:
Public Member Functions | |
virtual | ~Writer () |
virtual void | setOutputStream (OutputStream *os)=0 |
virtual OutputStream * | getOutputStream ()=0 |
virtual void | write (const unsigned char *buffer, int count)=0 throw ( IOException ) |
virtual void | writeByte (unsigned char v)=0 throw ( IOException ) |
|
|
|
Gets the target output stream.
Implemented in activemq::connector::stomp::StompCommandWriter, and activemq::io::EndianWriter. |
|
Sets the target output stream.
Implemented in activemq::connector::stomp::StompCommandWriter, and activemq::io::EndianWriter. |
|
Writes a byte array to the output stream.
Implemented in activemq::connector::stomp::StompCommandWriter, and activemq::io::EndianWriter. |
|
Writes a byte to the output stream.
Implemented in activemq::connector::stomp::StompCommandWriter, and activemq::io::EndianWriter. |