Bitstream abstraction. More...
#include <utils.h>
Data Fields | |
uint8_t * | buffer |
Buffer containing the data. | |
size_t | size |
Size of the buffer in bits. | |
size_t | offset |
Current position in the bitstream, in bits. | |
Bitstream abstraction.
uint8_t* imquic_bitstream::buffer |
Buffer containing the data.
size_t imquic_bitstream::offset |
Current position in the bitstream, in bits.
size_t imquic_bitstream::size |
Size of the buffer in bits.