#include <src/main/activemq/io/LoggingInputStream.h>
Constructor & Destructor Documentation
activemq::io::LoggingInputStream::LoggingInputStream |
( |
decaf::io::InputStream * |
inputStream, |
|
|
bool |
own = false |
|
) |
| |
Creates a DataInputStream that uses the specified underlying InputStream.
- Parameters:
-
inputStream | the InputStream instance to wrap. |
own | indicates if this class owns the wrapped string defaults to false. |
virtual activemq::io::LoggingInputStream::~LoggingInputStream |
( |
| ) |
[virtual] |
Member Function Documentation
virtual int activemq::io::LoggingInputStream::doReadArrayBounded |
( |
unsigned char * |
buffer, |
|
|
int |
size, |
|
|
int |
offset, |
|
|
int |
length |
|
) |
| [protected, virtual] |
virtual int activemq::io::LoggingInputStream::doReadByte |
( |
| ) |
[protected, virtual] |
The documentation for this class was generated from the following file: