blob: 0673073f06976790eae4da3560eaa95c7e0ba146 [file] [log] [blame] [view]
# Decoder class
## Constructors
[Decoder](../package-fidl_fidl/Decoder/Decoder.md) ([IncomingMessage](../package-fidl_fidl/IncomingMessage-class.md) message)
[Decoder.fromRawArgs](../package-fidl_fidl/Decoder/Decoder.fromRawArgs.md) (ByteData data, List<[HandleInfo](../zircon/HandleInfo-class.md)> handleInfos, [WireFormat](../package-fidl_fidl/WireFormat.md) wireFormat)
## Properties
##### [data](../package-fidl_fidl/Decoder/data.md) ↔ ByteData
_read / write_
##### [handleInfos](../package-fidl_fidl/Decoder/handleInfos.md) ↔ List<[HandleInfo](../zircon/HandleInfo-class.md)>
_read / write_
##### [hashCode](../package-fidl_fidl/Decoder/hashCode.md) → int
The hash code for this object.
_read-only, inherited_
##### [runtimeType](../package-fidl_fidl/Decoder/runtimeType.md) → Type
A representation of the runtime type of the object.
_read-only, inherited_
##### [wireFormat](../package-fidl_fidl/Decoder/wireFormat.md) ↔ [WireFormat](../package-fidl_fidl/WireFormat.md)
_read / write_
## Methods
##### [checkPadding](../package-fidl_fidl/Decoder/checkPadding.md)(int offset, int padding) void
##### [claimBytes](../package-fidl_fidl/Decoder/claimBytes.md)(int size, int nextOutOfLineDepth) int
##### [claimHandle](../package-fidl_fidl/Decoder/claimHandle.md)() [HandleInfo](../zircon/HandleInfo-class.md)
##### [countClaimedHandles](../package-fidl_fidl/Decoder/countClaimedHandles.md)() int
##### [countUnclaimedBytes](../package-fidl_fidl/Decoder/countUnclaimedBytes.md)() int
##### [countUnclaimedHandles](../package-fidl_fidl/Decoder/countUnclaimedHandles.md)() int
##### [decodeBool](../package-fidl_fidl/Decoder/decodeBool.md)(int offset) bool
##### [decodeFloat32](../package-fidl_fidl/Decoder/decodeFloat32.md)(int offset) double
##### [decodeFloat64](../package-fidl_fidl/Decoder/decodeFloat64.md)(int offset) double
##### [decodeInt8](../package-fidl_fidl/Decoder/decodeInt8.md)(int offset) int
##### [decodeInt16](../package-fidl_fidl/Decoder/decodeInt16.md)(int offset) int
##### [decodeInt32](../package-fidl_fidl/Decoder/decodeInt32.md)(int offset) int
##### [decodeInt64](../package-fidl_fidl/Decoder/decodeInt64.md)(int offset) int
##### [decodeUint8](../package-fidl_fidl/Decoder/decodeUint8.md)(int offset) int
##### [decodeUint16](../package-fidl_fidl/Decoder/decodeUint16.md)(int offset) int
##### [decodeUint32](../package-fidl_fidl/Decoder/decodeUint32.md)(int offset) int
##### [decodeUint64](../package-fidl_fidl/Decoder/decodeUint64.md)(int offset) int
##### [nextOffset](../package-fidl_fidl/Decoder/nextOffset.md)() int
##### [noSuchMethod](../package-fidl_fidl/Decoder/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_inherited_
##### [toString](../package-fidl_fidl/Decoder/toString.md)() String
A string representation of this object.
_inherited_
## Operators
##### [operator ==](../package-fidl_fidl/Decoder/operator_equals.md)(Object other) bool
The equality operator.
_inherited_