7 #ifndef _QI_BUFFERREADER_HPP_
8 #define _QI_BUFFERREADER_HPP_
23 size_t read(
void *data,
size_t length);
26 void *read(
size_t offset);
28 bool seek(
size_t offset);
30 void *peek(
size_t offset)
const;
33 bool hasSubBuffer()
const;
37 size_t position()
const;
46 #endif // _QI_BUFFERREADER_HPP_
Class to read const buffer.