| The PositionReader tracks the postion in the stream of the next character
to be read. PositionReaders chain together such that the position is
read from the earliest PositionReader in the chain.
Position readers automatically close the underlying input stream when
the end of file is reached. Ordinary input streams don't do this.
author: Brian S O'Neill version: 15 , 00/12/13 |