375376377378379380381382383
return a; } private SetTarget decodeSetTarget() throws IOException { SetTarget a = new SetTarget(); a.targetName = reader.readString(); return a; }