Hi,
I have a Java class that receives some base64binary data from a SOAP
request. This data gets stored in a byte array. I would like to write
the binary data as a file. I tried this using a FileOutputStream to
write the byte array, but instead it wrote the base64 encoding of the
data.
How can I get this byte array of into binary data?
Thanks.
Christian - 18 Oct 2007 23:55 GMT
lord.zoltar@gmail.com schrieb:
> Hi,
> I have a Java class that receives some base64binary data from a SOAP
[quoted text clipped - 5 lines]
>
> Thanks.
http://iharder.sourceforge.net/current/java/base64/