# File lib/net/ssh/buffer.rb, line 198
    def read_long
      b = read(4) or return nil
      b.unpack("N").first
    end