# File lib/net/ntlm_http.rb, line 110
      def swap16(str)
        str.unpack("v*").pack("n*")
      end