public void read(Decoder dec) {
   packing_flags = (short) dec.readUint16();
   if ((packing_flags & 256) != 0) this.timeout = dec.readUint32();
 }