#include <Reader.h>
Inheritance diagram for activemq::io::Reader:
Public Member Functions | |
virtual | ~Reader () |
virtual void | setInputStream (InputStream *is)=0 |
virtual InputStream * | getInputStream ()=0 |
virtual int | read (unsigned char *buffer, int count)=0 throw ( IOException ) |
virtual unsigned char | readByte ()=0 throw ( IOException ) |
|
|
|
Gets the target input stream. Implemented in activemq::connector::stomp::StompCommandReader, and activemq::io::EndianReader. |
|
Attempts to read an array of bytes from the stream.
Implemented in activemq::connector::stomp::StompCommandReader, and activemq::io::EndianReader. |
|
Attempts to read a byte from the input stream
Implemented in activemq::connector::stomp::StompCommandReader, and activemq::io::EndianReader. |
|
Sets the target input stream. Implemented in activemq::connector::stomp::StompCommandReader, and activemq::io::EndianReader. |