Constructors
Decoder (IncomingMessage message)
Decoder.fromRawArgs (ByteData data, List<HandleInfo> handleInfos, WireFormat wireFormat)
Properties
data ↔ ByteData
read / write
handleInfos ↔ List<HandleInfo>
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
wireFormat ↔ WireFormat
read / write
Methods
checkPadding(int offset, int padding) void
claimBytes(int size, int nextOutOfLineDepth) int
claimHandle() HandleInfo
countClaimedHandles() int
countUnclaimedBytes() 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
A string representation of this object.
inherited
Operators
operator ==(Object other) bool
The equality operator.
inherited