public Reader(Options options) { this.options = options; }
public RFC4180Tokenizer(Options options) { this.reader = new Reader(options); }