classPiiTextInputArchive
#include <PiiTextInputArchive.h>
TextInputArchive reads space-separated textual data.
Inherits PiiInputArchive< PiiTextInputArchive >, PiiArchive, QTextStream
Description
All non-ASCII characters need to be UTF-8 encoded.
Constructors and destructor
|
Construct a new text input archive that reads the given I/O device. |
Public member functions
|
|
|
|
(
|
|
|
(
|
|
|
(
|
|
|
(
|
|
|
(
|
|
|
void
|
(
Read raw binary data from the text archive. |
Protected member functions
|
void
|
( )
|
|
void
|
( )
|
Function details
-
PiiTextInputArchive
Construct a new text input archive that reads the given I/O device.
The device must be open.
Exceptions
- PiiSerializationException&
-
if the device is not open, or it cannot be read from, or the archive format is unknown
-
PiiTextInputArchive & operator>>
-
PiiTextInputArchive & operator>>
(- char *& value
-
-
-
-
-
void readRawData
(- void * ptr
- unsigned int size
Read raw binary data from the text archive.
The data is base64 decoded after reading.
-
void endDelim
()[inline, protected] -
void startDelim
()[inline, protected]
Add a note
Not a single note added yet. Be the first, add yours.