38394041424344
} public BaseReaderParser(Reader reader) { this.peekValue = -1; this.hasPeeked = false; this.position = new Position(); }