72737475767778
catch (Exception e) { throw new InvalidEventException(e); } return (version == 0)? new DbusEventV1(buf, pos) : new DbusEventV2(buf, pos); }