334335336337338339340341342
return a; } private GotoFrame2 decodeGotoFrame2() throws IOException { GotoFrame2 a = new GotoFrame2(); a.playFlag = reader.readUI8(); return a; }