#include <InputStream.h>
Inheritance diagram for activemq::io::InputStream:
Public Member Functions | |
virtual | ~InputStream () |
virtual int | available () const =0 |
virtual unsigned char | read ()=0 throw ( IOException ) |
virtual int | read (unsigned char *buffer, const int bufferSize)=0 throw ( IOException ) |
|
|
|
Indcates the number of bytes avaialable.
Implemented in activemq::io::BufferedInputStream, activemq::io::ByteArrayInputStream, and activemq::network::SocketInputStream. |
|
Reads an array of bytes from the buffer.
Implemented in activemq::io::BufferedInputStream, activemq::io::ByteArrayInputStream, and activemq::network::SocketInputStream. |
|
Reads a single byte from the buffer.
Implemented in activemq::io::BufferedInputStream, activemq::io::ByteArrayInputStream, and activemq::network::SocketInputStream. |