2.1.1Memory Buffers
Easy memory management
Classes specialized for memory modification and binary mangling.
They share a common interface, with slightly different behavior regarding endian conversion for each class. The BitBuf offers more functions, but it slower, and possibly only needed for special cases.
Classes
- 2.1.1.1BitBuf - Flexible memory buffer optimized for bit-precise binary mangling
- 2.1.1.2ByteBuf - Flexible memory buffer optimized for binary mangling
- 2.1.1.3ByteBufBigEndian - A specialized ByteBuf that stores data in big endian.
- 2.1.1.4ByteBufLittleEndian - A specialized ByteBuf that stores data in little endian.
- 2.1.1.5ByteBufNativeEndian - A specialized ByteBuf that stores data in native endian.
- 2.1.1.6ByteBufReverseEndian - A specialized ByteBuf that stores data in reversed endian.