This is an abstract class.
Construct a tokenizer with null input.
Construct a token stream processing the given input. this.input = input;
this.input = input;
By default, closes the input Reader. input.close();
input.close();