I have a ZPD 3.3 segment that contains uuencoded data (PDF via ZPD 3.2)... What is my best option on getting this data uudecoded and saved to the file system?
am I going to have to drop to a shell in the transformer (ie. java.lang.Runtime().exec("uudecode ..... or is there a better way to go about this...?
Any clues to keep me hacking would be appreciated...
Thank you.
encoded data is something like:
begin 644 wav.dat
%#DEF~~
end
am I going to have to drop to a shell in the transformer (ie. java.lang.Runtime().exec("uudecode ..... or is there a better way to go about this...?
Any clues to keep me hacking would be appreciated...
Thank you.
encoded data is something like:
begin 644 wav.dat
%#DEF~~
end
Comment