23 #ifndef __ccxx_ByteBufferDataWriter_hxx 24 #define __ccxx_ByteBufferDataWriter_hxx 50 void skip(
size_t count);
52 void skip(
size_t count,
byte_t fillByte);
58 void setOffset(int64_t offset);
62 size_t write(
const byte_t* buf,
size_t count);
74 #endif // __ccxx_ByteBufferDataWriter_hxx unsigned int uint_t
An alias for unsigned int.
Definition: Integers.h++:74
#define COMMONCPP_API
Definition: Common.h++:126
A buffer for storing a contiguous sequence of elements.
Definition: Buffer.h++:44
#define CCXX_COPY_DECLS(CLASS)
Inlines declarations of a copy constructor and assignment operator for the class CLASS.
Definition: Common.h++:295
A DataWriter which writes data to a ByteBuffer.
Definition: ByteBufferDataWriter.h++:36
An abstract base class for data writers.
Definition: DataWriter.h++:40
Definition: AllocationMap.c++:25
unsigned char byte_t
An unsigned 8-bit value.
Definition: Integers.h++:68