CkByteData PureBasic Reference Documentation

CkByteData

Current Version: 9.5.0.72

Represents a chunk of byte data and provides methods for accessing it, adding to it, or saving and loading from files.

Object Creation

obj.i = CkByteData::ckCreate()

; Make sure to dispose of the object when finished like this:
CkByteData::ckDispose(obj);

Properties

Methods