public void read(DataInput in) throws InvalidByteCodeException, IOException {

    super.read(in);
    if (debug) debug("read ");
  }