OutputStream

class ReflectExport(reflect) OutputStream

This class defines the interface most Serializers use to write data.

Summary
OutputStreamThis class defines the interface most Serializers use to write data.
Types
size_type
Functions
WriteWrites binary data out.

Types

size_type

typedef unsigned size_type

Functions

Write

virtual size_type Write(const void *buffer,
size_type bufmax) = 0

Writes binary data out.

Returns

The size of data actually written.

class ReflectExport(reflect) OutputStream
This class defines the interface most Serializers use to write data.
class ReflectExport(reflect) Serializer
Defines the interface for serialization.
typedef unsigned size_type
virtual size_type Write(const void *buffer,
size_type bufmax) = 0
Writes binary data out.
Close