gda.binary

Module for [Binary] class

class Binary

Types 1

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
Binary self()Returns `this`, for use in `with` statements.
glong binaryLength() @propertyGet `binaryLength` field. Returns: length of @data
void binaryLength(glong propval) @propertySet `binaryLength` field. Params: propval = length of @data
string toString_(uint maxlen)Converts 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)Creates a new #GdaBinary structure from an existing one.
void free(void * boxed = null)Deallocates 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)