171172173174175176177
if (output == null) { throw new IllegalArgumentException("null output"); } encode(new BitInput(input), output); }