1 #ifndef __libquark_util_MemoryBlock_hxx 2 #define __libquark_util_MemoryBlock_hxx 56 int find(uchar *sequence, uint sequenceLength)
const;
66 int findLast(uchar *sequence, uint sequenceLength)
const;
77 #endif // __libquark_util_MemoryBlock_hxx void setData(uchar *data)
Sets the pointer to the data.
Definition: MemoryBlock.h++:37
A class representing a block of raw memory.
Definition: MemoryBlock.h++:16
Definition: BarChartView.h++:6
uchar * data() const
Returns a pointer to the data.
Definition: MemoryBlock.h++:33
void setLength(uint length)
Sets the length of the data.
Definition: MemoryBlock.h++:45
uint length() const
Returns the length of the data.
Definition: MemoryBlock.h++:41
#define LIBQUARK_API
Definition: Quark.h++:18