| 
    activemq-cpp-3.9.0
    
   | 
 
Data Structures | |
| class | BlockingByteArrayInputStream | 
| This is a blocking version of a byte buffer stream.  More... | |
| class | BufferedInputStream | 
| A wrapper around another input stream that performs a buffered read, where it reads more data than it needs in order to reduce the number of io operations on the input stream.  More... | |
| class | BufferedOutputStream | 
| Wrapper around another output stream that buffers output before writing to the target output stream.  More... | |
| class | ByteArrayInputStream | 
| A ByteArrayInputStream contains an internal buffer that contains bytes that may be read from the stream.  More... | |
| class | ByteArrayOutputStream | 
| class | Closeable | 
| Interface for a class that implements the close method.  More... | |
| class | DataInput | 
| The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the C++ primitive types.  More... | |
| class | DataInputStream | 
| A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.  More... | |
| class | DataOutput | 
| The DataOutput interface provides for converting data from any of the C++ primitive types to a series of bytes and writing these bytes to a binary stream.  More... | |
| class | DataOutputStream | 
| A data output stream lets an application write primitive Java data types to an output stream in a portable way.  More... | |
| class | EOFException | 
| class | FileDescriptor | 
| This class servers as an opaque wrapper around an underlying OS level resource that can be used as a source / sink for byte level data such as sockets and files.  More... | |
| class | FilterInputStream | 
| A FilterInputStream contains some other input stream, which it uses as its basic source of data, possibly transforming the data along the way or providing additional functionality.  More... | |
| class | FilterOutputStream | 
| This class is the superclass of all classes that filter output streams.  More... | |
| class | Flushable | 
| A Flushable is a destination of data that can be flushed.  More... | |
| class | InputStream | 
| A base class that must be implemented by all classes wishing to provide a class that reads in a stream of bytes.  More... | |
| class | InputStreamReader | 
| An InputStreamReader is a bridge from byte streams to character streams.  More... | |
| class | InterruptedIOException | 
| class | IOException | 
| class | OutputStream | 
| Base interface for any class that wants to represent an output stream of bytes.  More... | |
| class | OutputStreamWriter | 
| A class for turning a character stream into a byte stream.  More... | |
| class | PushbackInputStream | 
| A PushbackInputStream adds functionality to another input stream, namely the ability to "push back" or "unread" one byte.  More... | |
| class | Reader | 
| class | UnsupportedEncodingException | 
| Thrown when the the Character Encoding is not supported.  More... | |
| class | UTFDataFormatException | 
| Thrown from classes that attempt to read or write a UTF-8 encoded string and an encoding error is encountered.  More... | |
| class | Writer |