*<Null safety>*
Constructors
Decoder.fromRawArgs (ByteData data, List<Handle> handles)
Properties
data ↔ ByteData
read / write
handles ↔ List<Handle>
read / write
hashCode → int
The hash code for this object. ...
read-only, inherited
nextOutOfLineDepth → int
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
Methods
claimHandle() Handle
claimMemory(int size) int
claimMemoryComplete() void
This method should be invoked as soon as the out-of-line object defined by a call to the claimMemory() method has been fully read.
countClaimedHandles() int
countUnclaimedHandles() int
decodeBool(int offset) bool
decodeFloat32(int offset) double
decodeFloat64(int offset) double
decodeInt8(int offset) int
decodeInt16(int offset) int
decodeInt32(int offset) int
decodeInt64(int offset) int
decodeUint8(int offset) int
decodeUint16(int offset) int
decodeUint32(int offset) int
decodeUint64(int offset) int
nextOffset() int
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed. ...
inherited
toString() String
Returns a string representation of this object.
inherited
Operators
operator ==(Object other) bool
The equality operator. ...
inherited