| Package | Description |
|---|---|
| umich.ms.fileio.filetypes.mzxml |
| Modifier and Type | Method and Description |
|---|---|
static MZXMLPeaksDecoder.DecodedData |
MZXMLPeaksDecoder.DecodedData.createEmpty() |
static MZXMLPeaksDecoder.DecodedData |
MZXMLPeaksDecoder.decode(byte[] bytesIn,
int lengthIn,
int precision,
PeaksCompression compression)
Converts a base64 encoded mz-intensity string from used in mzXML and mzML
files to an array of doubles.
|
static MZXMLPeaksDecoder.DecodedData |
MZXMLPeaksDecoder.decode(byte[] bytesIn,
int precision,
PeaksCompression compression)
Convenience shortcut, which assumes the whole
bytesIn array is useful data. |
Copyright © 2017. All rights reserved.