reconstructPacket static method
Implementation
static Map reconstructPacket(Map packet, List<List<int>> buffers) {
packet['data'] = _reconstructPacket(packet['data'], buffers);
packet['attachments'] = -1; // no longer useful
return packet;
}
static Map reconstructPacket(Map packet, List<List<int>> buffers) {
packet['data'] = _reconstructPacket(packet['data'], buffers);
packet['attachments'] = -1; // no longer useful
return packet;
}