gda.binary

Module for [Binary] class

class Binary

Types 1

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
Binary self() nothrowReturns `this`, for use in `with` statements.
glong binaryLength() @property nothrowGet `binaryLength` field. Returns: length of @data
void binaryLength(glong propval) @property nothrowSet `binaryLength` field. Params: propval = length of @data
string toString_(uint maxlen) nothrowConverts all the non printable characters of bin->data into the "\xyz" representation where "xyz" is the octal representation of the byte, and the '\' (backslash) character is converted to "\\". Pr...
void * copy(void * boxed = null) static nothrowCreates a new #GdaBinary structure from an existing one.
void free(void * boxed = null) static nothrowDeallocates all memory associated to the given #GdaBinary.
Constructors
this(glong binaryLength = glong.init)Create a `binary.Binary` boxed type. Params: binaryLength = length of @data
this(void * ptr, Flag!"Take" take)