# File lib/net/ssh/buffer.rb, line 213
    def read_string
      length = read_long or return nil
      read(length)
    end