class LineReader
        {
            public LineReader(Stream inStream)
            {
                this.inStream = inStream;