408409410411412413414415416
return a; } private GotoFrame decodeGotoFrame() throws IOException { GotoFrame a = new GotoFrame(); a.frame = reader.readUI16(); return a; }