Unpacker class

Constructors

Unpacker(Uint8List _list)
Unpacker.fromList(List<int> l)
Convenient

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decoder_uint(List<int> bytes) → Int64
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printBytes() → void
toString() String
A string representation of this object.
inherited
unpackBinary() List<int>
unpackBinaryFixedLength(int length) List<int>
unpackBinaryFixedLengthOptional(int length) List<int>?
unpackBinaryOptional() List<int>?
unpack List<int> or null.
unpackBool() bool
unpackBoolOptional() bool?
unpackDouble() double
unpackDoubleOptional() double?
unpack double or null.
unpackFloat() double
unpackFloatOptional() double?
unpack double or null.
unpackInt() → Int64
unpackInt16() int
unpackInt16Optional() int?
unpackInt32() int
unpackInt32Optional() int?
unpackInt64() → Int64
unpackInt64Optional() → Int64?
unpack int or null.
unpackInt8() int
unpackInt8Optional() int?
unpackIntOptional() → Int64?
unpackLength() int
unpackNull() bool
unpackString() String
unpackStringOptional() String?
unpackUint() → Int64
unpackUint16() int
unpackUint16Optional() int?
unpackUint32() int
unpackUint32Optional() int?
unpackUint64() → Int64
unpackUint64Optional() → Int64?
unpackUint8() int
unpackUint8Optional() int?
unpackUintOptional() → Int64?

Operators

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