Into

Modules

Documentation

classPiiBinaryInputArchive

#include <PiiBinaryInputArchive.h>

PiiBinaryInputArchive reads raw binary data.

Inherits PiiInputArchive< PiiBinaryInputArchive >, PiiArchive, QDataStream

Description

The binary format is platform-dependent.

Constructors and destructor

Construct a new binary input archive that reads the given I/O device.

Public member functions

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

Protected member functions

void
void

Function details

  • PiiBinaryInputArchive

    ( )

    Construct a new binary 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

  • PiiBinaryInputArchive & operator>>

    ( )
  • PiiBinaryInputArchive & operator>>

    (
    • char *& value
    )
  • PiiBinaryInputArchive & operator>>

    (
    • char & value
    )
    [inline]
  • PiiBinaryInputArchive & operator>>

    (
    • unsigned char & value
    )
    [inline]
  • void readRawData

    (
    • 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.