exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
BinaryBuffer Struct Reference

#include <procTypes.h>

Data Fields

char * buf
 Read/write memory buffer. More...
 
Index bufLen
 The size of the buffer. More...
 
Index bufContent
 The size of the data stored in the buffer - number of bytes. More...
 
IOStream ioStrm
 Input/Output Stream used to fill/flush the buffer during processing. More...
 

Detailed Description

Definition at line 1257 of file bin/headers/procTypes.h.

Field Documentation

char * BinaryBuffer::buf

Definition at line 1262 of file bin/headers/procTypes.h.

Index BinaryBuffer::bufContent

When parsing, this is the EXI data in the buffer available for parsing. When serializing, this is the size of the EXI data encoded in the buffer which is set during the call to serialize.endDocument();

Definition at line 1275 of file bin/headers/procTypes.h.

Index BinaryBuffer::bufLen

Definition at line 1267 of file bin/headers/procTypes.h.

IOStream BinaryBuffer::ioStrm

Definition at line 1280 of file bin/headers/procTypes.h.


The documentation for this struct was generated from the following files: