Byte buffer object.

Attributes

const cass_byte_t *

data

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.

Parameters:
Name Type Details
in data
in size
Returns:
Type Details
CassBytes

A bytes object.