# File lib/net/ssh/util/buffer.rb, line 175
        def write_long( *n )
          @content << n.pack( "N*" )
        end