L
lord.zoltar
Hello,
I have a class that receives some data encoded as a base64binary
string from a SOAP request, and stores it in a byte array. I need to
write it to a binary file on disc. I thought that just writing the
byte array with a FileOutputStream would do this, but this seems to
result in writing the base64 encoding which was received.
How do I convert this array into the binary data?
Thanks.
I have a class that receives some data encoded as a base64binary
string from a SOAP request, and stores it in a byte array. I need to
write it to a binary file on disc. I thought that just writing the
byte array with a FileOutputStream would do this, but this seems to
result in writing the base64 encoding which was received.
How do I convert this array into the binary data?
Thanks.