classPiiTextOutputArchive
#include <PiiTextOutputArchive.h>
Text output archive stores data in a space-separated textual format.
Inherits PiiOutputArchive< PiiTextOutputArchive >, PiiArchive, QTextStream
Description
The archive uses UTF-8 to encode non-ASCII characters.
Constructors and destructor
|
Construct a new text output archive that writes data to the given I/O device. |
Public member functions
|
|
|
|
(
|
|
|
|
|
|
(
|
|
|
(
|
|
|
void
|
(
Writes raw binary data to the text archive. |
Protected member functions
|
void
|
( )
|
|
void
|
( )
|
Function details
-
PiiTextOutputArchive
Construct a new text output archive that writes data to the given I/O device.
The device must be open.
Exceptions
- PiiSerializationException&
-
if the stream is not open or cannot be written to.
-
PiiTextOutputArchive & operator<<
-
-
-
PiiTextOutputArchive & operator<<
(- const char * value
-
-
void writeRawData
(- const void * ptr
- unsigned int size
Writes raw binary data to the text archive.
The data is base64 encoded before writing.
-
void endDelim
()[inline, protected] -
void startDelim
()[inline, protected]
Add a note
Not a single note added yet. Be the first, add yours.