return a;
}
private WaitForFrame decodeWaitForFrame(int opcode, ActionFactory factory) throws IOException
{
WaitForFrame a = new WaitForFrame(opcode);
if (opcode == sactionWaitForFrame)
a.frame = reader.readUI16();
int skipCount = reader.readUI8();
int skipTarget = actionCount+1 + skipCount;
factory.addSkipEntry(a, skipTarget);