Decoder class

*<Null safety>*

Constructors

Decoder (Message message)

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

runtimeType → Type

A representation of the runtime type of the object.
read-only, inherited

Methods

claimHandle() Handle
claimMemory(int size) int
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