Package org.systemsbiology.jrap

Class Summary
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64#InputStream will read data from another InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64#OutputStream will write data to another OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
DataProcessingInfo DataProcessingInfo contains information about what settings and software were used to process the data contained in an mzXML file.
MSInstrumentInfo The MSInstrumentInfo class contains information about the MS instrument used for a certain MzXML file.
MSOperator MSOperator provides information on who operated the hardware used to acquire data.
MSXMLParser A generic utility class for reading an MSXML file in a random access fashion and utilizing a stored scan index for fast reads.
MSXMLParserGeneric A generic utility class for reading an MSXML file in a random access fashion and utilizing a stored scan index for fast reads.
MZXMLFileInfo MZXMLFileInfo is a class that contains all information from the header of an MzXML file that is constant for the entire file.
ParentFile The ParentFile class contains information about parent files of an mzXML file.
SAX2HeaderHandler SAX2HeaderHandler is a SAX2 XML handler that parses the first part of an mzXML file to extract information that comes before the scans.
SAX2IndexHandler  
SAX2ScanHandler  
SAX2ScanHeaderHandler  
Scan A simple class to hold the contents of a scan from a MSXML file.
ScanHeader ScanHeader is a class that contains all information associated with a Scan, except for the actual peakList.
SoftwareInfo SoftwareInfo represents data that is available on software that has processed a mzXML file.
 



SASHIMI Project