# File lib/net/ssh/util/buffer.rb, line 186
        def write_byte( *n )
          @content << n.map { |c| c.chr }.join
        end