- readBinary
const(char)[] readBinary(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readBlob
IonTextBlob readBlob(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readClob
IonTextClob readClob(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readDigits
const(char)[] readDigits(IonTokenizer t, char leader)
Undocumented in source. Be warned that the author may not have intended to support it.
- readEscapeSeq
size_t readEscapeSeq(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readEscapedChar
dchar readEscapedChar(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readEscapedClobChar
dchar readEscapedClobChar(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readHex
const(char)[] readHex(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readLongClob
IonTextClob readLongClob(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readLongString
IonTextString readLongString(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readNumber
IonTextNumber readNumber(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readRadix
const(char)[] readRadix(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readRadixDigits
const(char)[] readRadixDigits(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readString
auto readString(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readSymbol
IonTextSymbol readSymbol(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readSymbolOperator
IonTextSymbolOperator readSymbolOperator(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readSymbolQuoted
IonTextQuotedSymbol readSymbolQuoted(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readTimestamp
IonTextTimestamp readTimestamp(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.
- readValue
auto readValue(IonTokenizer t)
Undocumented in source. Be warned that the author may not have intended to support it.