# File lib/net/ntlm/encode_util.rb, line 22
def
self
.
swap16
(
str
)
str
.
unpack
(
"v*"
).
pack
(
"n*"
)
end