Skip to content
Isaac Avram edited this page Oct 31, 2018 · 2 revisions

The header Byte.h provides some typdefs for structures of bytes.

byte is defined as unsigned char.

ByteBuffer is defined as std::vector<byte>

ByteString is defined as std::array<byte>

The header also defined operator<< for ByteBuffer and ByteString for printing to an std::ostream.

Clone this wiki locally