Uses of Class
com.compomics.util.experiment.io.mass_spectrometry.mzml.MzmlFileIterator.Precision
Package | Description |
---|---|
com.compomics.util.experiment.io.mass_spectrometry.mzml |
Classes for the handling of mzml files.
|
-
Uses of MzmlFileIterator.Precision in com.compomics.util.experiment.io.mass_spectrometry.mzml
Methods in com.compomics.util.experiment.io.mass_spectrometry.mzml that return MzmlFileIterator.Precision Modifier and Type Method Description static MzmlFileIterator.Precision
MzmlFileIterator.Precision. valueOf(String name)
Returns the enum constant of this type with the specified name.static MzmlFileIterator.Precision[]
MzmlFileIterator.Precision. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.compomics.util.experiment.io.mass_spectrometry.mzml with parameters of type MzmlFileIterator.Precision Modifier and Type Method Description Number[]
MzmlFileIterator. getBinaryDataAsNumberArray(String compression, MzmlFileIterator.Precision precision, byte[] binary)
Retrieve the binary data as an array of numeric values.