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