# File lib/net/ssh/buffer.rb, line 180
    def read!(count=nil)
      data = read(count)
      consume!
      data
    end