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