PacketDecoder class

Constructors

PacketDecoder()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

boolFromMask(int mask, int propertiesCount, int idx) bool
decode(Packet packet, Uint8List buffer, int offset) int
decodePacket(Packet packet, Uint8List buffer, int offset) int
extractInt(Uint8List buffer, int offset, int bytes) int
inherited
extractString(Uint8List buffer, int offset, int bytes) String
inherited
extractUint8List(Uint8List buffer, int offset, int bytes) Uint8List
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited