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