Yate
Public Member Functions | Protected Member Functions

MimeStringBody Class Reference

MIME for one text string. More...

#include <yatemime.h>

Inheritance diagram for MimeStringBody:
MimeBody GenObject

List of all members.

Public Member Functions

 MimeStringBody (const String &type, const char *buf, int len=-1)
 MimeStringBody (const MimeHeaderLine &type, const char *buf, int len=-1)
virtual ~MimeStringBody ()
virtual void * getObject (const String &name) const
virtual MimeBodyclone () const
const Stringtext () const

Protected Member Functions

 MimeStringBody (const MimeStringBody &original)
virtual void buildBody () const

Detailed Description

MIME for one text string.

An object holding MIME data as just one text string


Constructor & Destructor Documentation

MimeStringBody ( const String type,
const char *  buf,
int  len = -1 
)

Constructor from block of data

Parameters:
typeThe value of the Content-Type header line
bufPointer to buffer of data
lenLength of data in buffer
MimeStringBody ( const MimeHeaderLine type,
const char *  buf,
int  len = -1 
)

Constructor from block of data

Parameters:
typeThe content type header line
bufPointer to buffer of data
lenLength of data in buffer
virtual ~MimeStringBody ( ) [virtual]

Destructor

MimeStringBody ( const MimeStringBody original) [protected]

Copy constructor


Member Function Documentation

virtual void buildBody ( ) const [protected, virtual]

Override that is called internally to build the binary encoded body

Implements MimeBody.

virtual MimeBody* clone ( ) const [virtual]

Duplicate this MIME body

Returns:
Copy of this MIME body - a new MimeStringBody

Implements MimeBody.

virtual void* getObject ( const String name) const [virtual]

RTTI method, get a pointer to a derived class given the class name

Parameters:
nameName of the class we are asking for
Returns:
Pointer to the requested class or NULL if this object doesn't implement it

Reimplemented from MimeBody.

const String& text ( ) const [inline]

Retrieve the stored data

Returns:
String holding the data text

The documentation for this class was generated from the following file: