Class CmsFileUtils
java.lang.Object
com.compomics.util.experiment.io.mass_spectrometry.cms.CmsFileUtils
public class CmsFileUtils extends Object
Utils to store ms files.
- Author:
- Marc Vaudel
-
Field Summary
Fields Modifier and Type Field Description static String
EXTENSION
The file extension for cms files.static byte[]
MAGIC_NUMBER
The magic number of currently supported CMS files.static String
TITLE_SEPARATOR
The separator to use when concatenating spectrum titles in a string. -
Constructor Summary
Constructors Constructor Description CmsFileUtils()
-
Method Summary
Modifier and Type Method Description static byte[]
getMagicNumber()
Returns the magic number of currently supported CMS files.
-
Field Details
-
EXTENSION
The file extension for cms files.- See Also:
- Constant Field Values
-
TITLE_SEPARATOR
The separator to use when concatenating spectrum titles in a string.- See Also:
- Constant Field Values
-
MAGIC_NUMBER
public static final byte[] MAGIC_NUMBERThe magic number of currently supported CMS files.
-
-
Constructor Details
-
CmsFileUtils
public CmsFileUtils()
-
-
Method Details
-
getMagicNumber
public static byte[] getMagicNumber()Returns the magic number of currently supported CMS files.- Returns:
- The magic number of currently supported CMS files.
-