BinaryReconstructor class

A manager of a binary event's 'buffer sequence'. Should be constructed whenever a packet of type BINARY_EVENT is decoded.

@param {Object} packet @return {BinaryReconstructor} initialized reconstructor @api private

Constructors

BinaryReconstructor(dynamic packet)

Properties

buffers List
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
reconPack Map
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

finishedReconstruction() → void
Cleans up binary packet reconstruction variables. *
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
takeBinaryData(dynamic binData) → dynamic
Method to be called when binary data received from connection after a BINARY_EVENT packet.
toString() String
A string representation of this object.
inherited

Operators

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