![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
This class represents data contained within a context document.
Public Member Functions | |
const unsigned char * | data () const |
unsigned int | dataSize () const |
![]() | |
void | destroy () |
const char * | mimeType () const |
int | type () const |
Additional Inherited Members | |
![]() | |
enum | ContentTypeEnum { Inline , Remote } |
![]() | |
TSLOWCContent (const char *mimeType) | |
~TSLOWCContent () | |
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.
unsigned int TSLOWCInlineContent::dataSize | ( | ) | const |
Returns the size in bytes of the content.