cut

CclBuf& cut(unsigned long length, unsigned long offset = 0)

length
The number of bytes to be cut from the data area.
offset
The offset into the data area. The default is zero.

Cuts the specified data from the data area. Data in the data area is padded with nulls.