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