| 
 
 | 
 | 
An object holding MIME data as separate text lines
| MimeLinesBody (const String& type, const char* buf, int len) | MimeLinesBody | 
Constructor from block of data
Parameters:
| buf | Pointer to buffer of data | 
| len | Length of data in buffer | 
| type | Name of the specific MIME type/subtype | 
| ~MimeLinesBody () | ~MimeLinesBody | 
[virtual]
Destructor
| void*  getObject (const String& name) | getObject | 
[const virtual]
RTTI method, get a pointer to a derived class given that class name
Parameters:
| name | Name 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.
| MimeBody*  clone () | clone | 
[const virtual]
Duplicate this MIME body
Returns: Copy of this MIME body - a new MimeLinesBody
Reimplemented from MimeBody.
| inline const ObjList&  lines () | lines | 
[const]
Retrive the stored lines of text
Returns: List of Strings
| inline void  addLine (const char* line) | addLine | 
Append a line of text to the data
Parameters:
| line | Text to append | 
| MimeLinesBody (const MimeLinesBody& original) | MimeLinesBody | 
[protected]
Copy constructor
| void  buildBody () | buildBody | 
[protected const virtual]
Override that is called internally to build the binary encoded body
Reimplemented from MimeBody.
| Generated by: root on dragoshel on Fri Aug 24 11:49:48 2007, using kdoc 2.0a54. |