classPiiBinaryOutputArchive
#include <PiiBinaryOutputArchive.h>
Binary output archive stores data in a raw binary format.
Inherits PiiOutputArchive< PiiBinaryOutputArchive >, PiiArchive, QDataStream
Description
The binary format is platform-dependent.
Constructors and destructor
|
Construct a new binary output archive that writes data to the given I/O device. |
Public member functions
|
|
|
|
(
|
|
|
|
|
|
void
|
(
|
Protected member functions
|
void
|
( )
|
|
void
|
( )
|
Function details
-
PiiBinaryOutputArchive
Construct a new binary 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.
-
PiiBinaryOutputArchive & operator<<
-
PiiBinaryOutputArchive & operator<<
(- const char * value
-
-
void writeRawData
(- const void * ptr
- unsigned int size
-
void endDelim
()[inline, protected] -
void startDelim
()[inline, protected]
Add a note
Not a single note added yet. Be the first, add yours.