def getc
      while true
        return nil unless advance!
        if val = @stream.getc
          return val