All Questions
2 questions
0
votes
1
answer
579
views
How can I read this binary XML response with Ruby?
I'm trying to read a response from a marketplace web service. Every other response from this web service is returned in XML format. However, this particular call is requesting a file download. I'm ...
4
votes
4
answers
3k
views
Reading Structure Binary Data in Python?
Are there any nice Python solutions like Ruby's BinData for reading user-defined binary file/stream formats? If not, then what's the preferred way to this in Python outside of just using the struct ...