araskind / jmzml

Automatically exported from code.google.com/p/jmzml
0 stars 0 forks source link

Base64 conversion Question #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

This is more of a question rather than an issue.  I have looked throughout 
the code to find the method that will enable the decoding of the base64 
encoded binary array.  I have used the mzXML parser in the past, and it 
has a built-in decoder.  I was wondering if jmzml has a decoder, and if 
someone would be so kind as to provide me with an example of it's usage.

Best Regards,

Jerry Jenkins
jwj@cfdrc.com

Original issue reported on code.google.com by jerrywje...@bellsouth.net on 4 Jun 2009 at 1:25

GoogleCodeExporter commented 8 years ago
I think that because JMzML is based on JAXB you don't need to use a decoder, 
but if
it turns out that you do need a decoder, it's very easy to use the one from
http://iharder.net/base64 (public domain).

Also, you might want to use some of my routines for unpacking binary arrays and
decompressing zlib. https://gforge.nbic.nl/snippet/detail.php?type=snippet&id=1

Original comment by alex.geo...@gmail.com on 8 Jun 2009 at 2:26