Hi, I have a question regarding the renderIdentifier function of the ReferenceService. The content of a reference can be accessed via the renderIdentifier, and I guess the most common type might be StringReference or InlineByteArrayReference. As I can cast a StringReference to a String by using String.class, how can I achieve this with InlineByteArrayReference?
Most of my outputs will either be a more or less formatted String output (e.g. flat files) or images. As these images are transferred as Base64 encoded Strings wrapped inside an InlineByteArrayReference, how do I extract this Base64 encoded String properly as String.class won't work (I get somewhat like "binary as plain text"). Any help would be appreciated. Regards, Michael -- Michael Gerlich Group Bioinformatics & Mass Spectrometry Leibniz Institute of Plant Biochemistry 06120 Halle, Germany ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ taverna-hackers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/taverna-hackers Developers Guide: http://www.mygrid.org.uk/usermanual1.7/dev_guide.html FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq
