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