blob: e1f46fd3e9470e0c24c1d21ec5cc979cf393fa73 [file] [log] [blame] [view] [edit]
# 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-class.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. [...](../package-fidl_fidl/Decoder/hashCode.md)
_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-class.md)
_read / write_
## Methods
##### [claimHandle](../package-fidl_fidl/Decoder/claimHandle.md)() [HandleInfo](../zircon/HandleInfo-class.md)
##### [claimMemory](../package-fidl_fidl/Decoder/claimMemory.md)(int size, int nextOutOfLineDepth) int
##### [countClaimedHandles](../package-fidl_fidl/Decoder/countClaimedHandles.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. [...](../package-fidl_fidl/Decoder/noSuchMethod.md)
_inherited_
##### [toString](../package-fidl_fidl/Decoder/toString.md)() String
A string representation of this object. [...](../package-fidl_fidl/Decoder/toString.md)
_inherited_
## Operators
##### [operator ==](../package-fidl_fidl/Decoder/operator_equals.md)(Object other) bool
The equality operator. [...](../package-fidl_fidl/Decoder/operator_equals.md)
_inherited_