537538539540541542543544545546547
} } private With decodeWith(ActionFactory factory) throws IOException { With a = new With(); int size = reader.readUI16(); int target = size + reader.getOffset(); a.endWith = factory.getLabel(target); return a; }