Data

Data structure for holding data in a raw format with type information.

Members

Aliases

getUTF8
deprecated alias getUTF8 = getString
Undocumented in source.
getUtf8
alias getUtf8 = getString
Undocumented in source.

Functions

getInt
int getInt()
Undocumented in source. Be warned that the author may not have intended to support it.
getObject
Object getObject()
Undocumented in source. Be warned that the author may not have intended to support it.
getString
Dstring getString()
Undocumented in source. Be warned that the author may not have intended to support it.
getStrings
Dstring[] getStrings()
Undocumented in source. Be warned that the author may not have intended to support it.
getText
ubyte[] getText()
Undocumented in source. Be warned that the author may not have intended to support it.
getUint
int getUint()
Undocumented in source. Be warned that the author may not have intended to support it.
getUnicodeText
Dwstring getUnicodeText()
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
T getValue()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

info
TypeInfo info [@property getter]

Information about the data type.

value
void[] value [@property getter]

The data's raw value.

Static functions

opCall
Data opCall(...)

Construct a new Data structure.

Meta