Reader

Undocumented in source.

Constructors

this
this(BytesIO bytes, bool simple)
Undocumented in source.

Members

Aliases

readList
alias readList = readArray
Undocumented in source.
readListWithoutTag
alias readListWithoutTag = readArrayWithoutTag
Undocumented in source.
readMap
alias readMap = readAssociativeArray
Undocumented in source.
readMapWithoutTag
alias readMapWithoutTag = readAssociativeArrayWithoutTag
Undocumented in source.

Functions

readArray
T readArray()
Undocumented in source. Be warned that the author may not have intended to support it.
readArrayWithoutTag
T readArrayWithoutTag()
Undocumented in source. Be warned that the author may not have intended to support it.
readAssociativeArray
T readAssociativeArray()
Undocumented in source. Be warned that the author may not have intended to support it.
readAssociativeArrayWithoutTag
T readAssociativeArrayWithoutTag()
Undocumented in source. Be warned that the author may not have intended to support it.
readBigInt
T readBigInt()
Undocumented in source. Be warned that the author may not have intended to support it.
readBigIntWithoutTag
T readBigIntWithoutTag()
Undocumented in source. Be warned that the author may not have intended to support it.
readBytes
T readBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
readBytesWithoutTag
T readBytesWithoutTag()
Undocumented in source. Be warned that the author may not have intended to support it.
readDateTime
T readDateTime()
Undocumented in source. Be warned that the author may not have intended to support it.
readDateWithoutTag
T readDateWithoutTag()
Undocumented in source. Be warned that the author may not have intended to support it.
readDouble
T readDouble()
Undocumented in source. Be warned that the author may not have intended to support it.
readDoubleWithoutTag
T readDoubleWithoutTag()
Undocumented in source. Be warned that the author may not have intended to support it.
readInfinityWithoutTag
T readInfinityWithoutTag()
Undocumented in source. Be warned that the author may not have intended to support it.
readInteger
T readInteger()
Undocumented in source. Be warned that the author may not have intended to support it.
readIntegerWithoutTag
T readIntegerWithoutTag()
Undocumented in source. Be warned that the author may not have intended to support it.
readJSONValue
T readJSONValue()
Undocumented in source. Be warned that the author may not have intended to support it.
readObject
T readObject()
Undocumented in source. Be warned that the author may not have intended to support it.
readObjectWithoutTag
T readObjectWithoutTag()
Undocumented in source. Be warned that the author may not have intended to support it.
readString
T readString()
Undocumented in source. Be warned that the author may not have intended to support it.
readStringWithoutTag
T readStringWithoutTag()
Undocumented in source. Be warned that the author may not have intended to support it.
readTimeWithoutTag
T readTimeWithoutTag()
Undocumented in source. Be warned that the author may not have intended to support it.
readTuple
void readTuple(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
readTupleWithoutTag
void readTupleWithoutTag(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
readUTF8Char
T readUTF8Char()
Undocumented in source. Be warned that the author may not have intended to support it.
readUTF8CharWithoutTag
T readUTF8CharWithoutTag()
Undocumented in source. Be warned that the author may not have intended to support it.
readUUID
T readUUID()
Undocumented in source. Be warned that the author may not have intended to support it.
readUUIDWithoutTag
T readUUIDWithoutTag()
Undocumented in source. Be warned that the author may not have intended to support it.
readVariant
T readVariant()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
setRef
void setRef(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
setRef
void setRef(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
unserialize
T unserialize()
Undocumented in source. Be warned that the author may not have intended to support it.
unserialize
void unserialize()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From RawReader

_bytes
BytesIO _bytes;
Undocumented in source.
stream
BytesIO stream [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
unexpectedTag
Exception unexpectedTag(char tag, string expectTags)
Undocumented in source. Be warned that the author may not have intended to support it.
readRaw
BytesIO readRaw()
Undocumented in source. Be warned that the author may not have intended to support it.
readRaw
BytesIO readRaw(BytesIO bytes)
Undocumented in source. Be warned that the author may not have intended to support it.
readRaw
BytesIO readRaw(BytesIO bytes, char tag)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta