Microsoft Binary Format accessing - conversion algorithm needed

I need to access data from a 3rd party source but the numeric fields are stored in Microsoft Binary Format. Does anybody has a java source code of procedure that does conversion between MSBinary float to IEEE float (Java float)?
[242 byte] By [pjurowieca] at [2007-9-28 2:32:02]
# 1
I had never heard of "Microsoft Binary Format" so I did a Google search for it and within minutes had some C code for doing just that.
DrClapa at 2007-7-7 22:04:41 > top of Java-index,Other Topics,Algorithms...
# 2
> I had never heard of "Microsoft Binary Format" so I> did a Google search for it and within minutes had some> C code for doing just that.so...you're keeping it for yourself?!
JProga at 2007-7-7 22:04:41 > top of Java-index,Other Topics,Algorithms...
# 3
I think the point is, the good Dr didn't even know what "Microsoft Binary Format" was and was able to come up with code for it in a flash, so one would think that someone who was at least familiar with it could use the Web to do same. Further evidence of the lost art of searching the
tsitha at 2007-7-7 22:04:41 > top of Java-index,Other Topics,Algorithms...
# 4
> Further evidence of the> lost art of searching the web.You mean at one time everyone knew how to do it and used it? Ah...the good ol' days...
jschella at 2007-7-7 22:04:41 > top of Java-index,Other Topics,Algorithms...