如何将 Net::BER::BerIdentifiedString 保存为二进制文件?
任何人都知道如何将 Net::BER::BerIdentifiedString 保存为二进制文件 文件?
我尝试过 .dump,但没有成功。我注意到有一个 .bytes 枚举器,但我不知道如何处理它。
基本上,我有一个 Net::BER::BerIdentifiedString [Binary Data] 持有 LDAP 调用中的个人资料照片,我想将其另存为 jpg 文件。
Anyone know how to save a Net::BER::BerIdentifiedString as a binary
file?
I've tried .dump, but that did not work. I noticed there's a .bytes
enumerator, but I'm not sure what to do with it.
Basically, I have an Net::BER::BerIdentifiedString [Binary Data] which
is holding a profile photo from an LDAP call, and I want to save it as a
jpg file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系。我只通过编写 BerIndentified 就可以完成这项工作
细绳;不知道为什么当我第一次在 Rails 中尝试时它不起作用。
无论如何,这是片段:
Never mind. I got this working by just writing the BerIndentified
String; not sure why it didn't work when I first tried it in Rails.
Anyway, here's the snippet: