Go to the documentation of this file.
5 #ifndef _SCHEMEREADER_H_
6 #define _SCHEMEREADER_H_
22 int closeSectionBinary(
const int currentId);
24 int readInt(
const bool isBinary);
25 void skipInt(
const int n,
const bool isBinary);
29 void moveToListClose();
30 void moveToListCloseBinary();
31 void readHeader(
int& i1,
int& i2,
int& i3,
int& i4,
int& i5);
34 void readList(
char *buffer);