Into

Modules

Documentation

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

( )
(
  • const char * value
)
( )
void
(
  • const void * ptr
  • unsigned int size
)

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
    )
  • PiiBinaryOutputArchive & operator<<

    ( )
    [inline]
  • void writeRawData

    (
    • const void * ptr
    • unsigned int size
    )
  • void endDelim

    ()
    [inline, protected]
  • void startDelim

    ()
    [inline, protected]
Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.