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
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