17 quint64
extractUInt(
char *data,
int l,
int *offset);
25 qint64
extractInt(
char *data,
int l,
int *offset);
void passBytes(int *offset, int l)
passBytes Increase the offset.
quint64 extractUInt(char *data, int l, int *offset)
extractUInt Extract an unsigned integer from byte array.
qint64 extractInt(char *data, int l, int *offset)
extractInt Extract an signed integer from byte array.