#include <OnixS/FIXEngine/FIX/SbeCustomization.h>
Public Member Functions | |
~SbeBinaryOutputStream () ONIXS_FIXENGINE_DEFAULT | |
void | put (const void *data, SbeWireSize size) |
Friends | |
SbeBinaryOutputStream | createSbeBinaryOutputStream (void *) |
Definition at line 887 of file SbeCustomization.h.
void put | ( | const void * | data, |
SbeWireSize | size | ||
) |
Write data.
The method writes data to the destination binary stream and moves the stream pointer to the end of the written data. Subsequent writing will add new data to the end of the previously written ones.
data | The data to write. |
size | The number of bytes to write. |
|
friend |