45464748495051
public void init() throws IOException { for (int i = 0; i < last; i++) inputs[i].init(); current = inputs.length > 0 ? inputs[0] : new VoidInputing(); }