282283284285286287288
if (output == null) { throw new IllegalArgumentException("null outpute"); } decode(input, new BitOutput(output)); }