libbbb - bytebuffer

Home

The library provides a buffer capable of accumulating various values. It has methods to write to and read from file and methods to save and read various kinds of values to/from it. Acts as a simple serializer/deserializer.

Consider using Google's protobuf if it better fits the needs of your particular project.

Depedencies:

Related source code documentation: ByteBuffer

Home