#include "NOXMLPartBased.h"

Public Member Functions | |
| void | getContentStream (UTF8Char *pBuffer, UInt32 pSize) |
| UInt32 | getContentStreamLength () |
| void | replaceContentStream (const UTF8Char *pBuffer, const UInt32 &pLen) |
| NOContentStreamNavigator | getContentStreamNavigator () |
| void NiXPSObjects::NOXMLPartBased::getContentStream | ( | UTF8Char * | pBuffer, | |
| UInt32 | pSize | |||
| ) |
Get the content stream as a buffer of UTF-8 characters
| pBuffer | The buffer to be filled | |
| pSize | The size of the buffer |
| NCommon::UInt32 NiXPSObjects::NOXMLPartBased::getContentStreamLength | ( | ) |
Get the length of the content stream.
| void NiXPSObjects::NOXMLPartBased::replaceContentStream | ( | const UTF8Char * | pBuffer, | |
| const UInt32 & | pLen | |||
| ) |
Replace the contentstream with another stream buffer
| pBuffer | The buffer to replace the content stream with | |
| pLen | The length of the buffer |
| NOContentStreamNavigator NiXPSObjects::NOXMLPartBased::getContentStreamNavigator | ( | ) |
Return a content stream navigator object that helps navigating through the content stream.
1.5.3