MessagePackReader class

Properties

end bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isNil bool
no setter
nextCode int
Gets the next value in the buffer without advancing
no setter
nextMessagePackType MessagePackType
no setter
position int
no setter
remaining int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() → dynamic
readArray() List
readArrayHeader() int
readBoolean() bool
readBytes() Uint8List?
readChar() int
readDateTime() DateTime
readDateTimeWithHeader(ExtensionHeader header, {bool suppressPrecisionError = true}) DateTime
readDouble() double
readExtensionFormat() ExtensionResult
readExtensionFormatHeader() ExtensionHeader
readInt() int
readMap() Map
readMapHeader() int
readMessage(dynamic creator(List)) → dynamic
readNil() Nil
readNum() num
readRaw() Uint8List
readRawString() Uint8List?
readRawWithLength(int length) Uint8List
readString({Encoding encoding = utf8}) String?
skip() → void
toString() String
A string representation of this object.
inherited
tryReadArrayHeader() int?
tryReadExtensionFormatHeader() ExtensionHeader?
tryReadMapHeader() int?
tryReadNil() Nil?
trySkip() bool

Operators

operator ==(Object other) bool
The equality operator.
inherited