139140141142143144145
* * @param input The input to parse. */ InnerParser(final char[] input) { this(new InputBuffer(input)); }