So I know there's lots of people that use the Peek() method to read through each line, but this is actually a bit slower because with the Peek() method you're reading characters and returning an integer value for what the Peek() method finds...