struct CassBytes
Byte buffer object.
Attributes
const cass_byte_t *
data
cass_size_t
size
Functions
CassBytes
cass_bytes_init
( data, size )Constructs a bytes object.
Note: This does not allocate memory. The object wraps the pointer passed into this function.