245246247248249250251252253254255
public ActionList createActionList(boolean keepOffsets) { processSkipEntries(); ActionList list = new ActionList(keepOffsets); list.grow(count); Action a; int length = actions.length; if (keepOffsets) { for (int i=0; i < length; i++)