activemq-cpp-3.4.0
|
Data Structures | |
class | Adler32 |
Clas that can be used to compute an Adler-32 Checksum for a data stream. More... | |
class | CheckedInputStream |
An implementation of a FilterInputStream that will maintain a Checksum of the bytes read, the Checksum can then be used to verify the integrity of the input stream. More... | |
class | CheckedOutputStream |
An implementation of a FilterOutputStream that will maintain a Checksum of the bytes written, the Checksum can then be used to verify the integrity of the output stream. More... | |
class | Checksum |
An interface used to represent Checksum values in the Zip package. More... | |
class | CRC32 |
Class that can be used to compute a CRC-32 checksum for a data stream. More... | |
class | DataFormatException |
class | Deflater |
This class compresses data using the DEFLATE algorithm (see specification). More... | |
class | DeflaterOutputStream |
Provides a FilterOutputStream instance that compresses the data before writing it to the wrapped OutputStream. More... | |
class | Inflater |
This class uncompresses data that was compressed using the DEFLATE algorithm (see specification). More... | |
class | InflaterInputStream |
A FilterInputStream that decompresses data read from the wrapped InputStream instance. More... | |
class | ZipException |