BinaryReconstructor constructor

BinaryReconstructor(
  1. dynamic packet
)

Implementation

BinaryReconstructor(packet) {
  reconPack = packet;
}