#include <BytesMessage.h>
Inheritance diagram for cms::BytesMessage:
Public Member Functions | |
virtual | ~BytesMessage () |
virtual void | setBodyBytes (const unsigned char *buffer, const unsigned long numBytes)=0 throw ( CMSException ) |
virtual const unsigned char * | getBodyBytes (void) const =0 |
virtual unsigned long | getBodyLength (void) const =0 |
|
|
|
Gets the bytes that are contained in this message, user should copy this data into a user allocated buffer. Call
|
|
Returns the number of bytes contained in the body of this message.
|
|
sets the bytes given to the message body.
|