MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLOWCInlineContent Class Reference
Inheritance diagram for TSLOWCInlineContent:

Detailed Description

This class represents data contained within a context document.

Public Member Functions

const unsigned char * data () const
 
unsigned int dataSize () const
 
- Public Member Functions inherited from TSLOWCContent
void destroy ()
 
const char * mimeType () const
 
int type () const
 

Additional Inherited Members

- Public Types inherited from TSLOWCContent
enum  ContentTypeEnum { Inline , Remote }
 
- Protected Member Functions inherited from TSLOWCContent
 TSLOWCContent (const char *mimeType)
 
 ~TSLOWCContent ()
 

Member Function Documentation

◆ data()

const unsigned char * TSLOWCInlineContent::data ( ) const

Returns the data represented by this content object. Note that the returned array may not be NUL-terminated so care should be taken to ensure accesses remain within the array size as returned by dataSize() when treating this data as a string.

◆ dataSize()

unsigned int TSLOWCInlineContent::dataSize ( ) const

Returns the size in bytes of the content.