IncredibleXMLParser
3.05
|
The IXMLReaderStringSZ is used to "stream" data coming from an in-memory zero-terminated String inside the Incredible XML Pull Parser. More...
#include <IXMLParser.h>
Public Member Functions | |
IXMLReaderStringSZ (IXMLCStr b) | |
int | read (unsigned char *buffer, int nbyte) |
The read() method is used to "stream" data inside the Pull Parser. More... | |
Public Member Functions inherited from IXMLReader | |
IXMLReader () | |
virtual | ~IXMLReader () |
virtual void | setNormalBufferSize (int nbyte) |
virtual void | setSource (IXMLReader *source) |
do not use More... | |
virtual IXMLReader * | getSource () |
do not use More... | |
virtual void | reset () |
do not use More... | |
Public Attributes | |
unsigned char * | b |
unsigned char * | bend |
The IXMLReaderStringSZ is used to "stream" data coming from an in-memory zero-terminated String inside the Incredible XML Pull Parser.
Definition at line 427 of file IXMLParser.h.
IXMLReaderStringSZ::IXMLReaderStringSZ | ( | IXMLCStr | b | ) |
|
virtual |
The read() method is used to "stream" data inside the Pull Parser.
The read() method must fill-in the memory buffer "buffer" with new data. At most "nbyte" bytes of data must be written inside the memory buffer.
Implements IXMLReader.
unsigned char* IXMLReaderStringSZ::b |
Definition at line 431 of file IXMLParser.h.
unsigned char * IXMLReaderStringSZ::bend |
Definition at line 431 of file IXMLParser.h.