Class CmsFileUtils
java.lang.Object
com.compomics.util.experiment.io.mass_spectrometry.cms.CmsFileUtils
Utils to store ms files.
- Author:
- Marc Vaudel, Harald Barsnes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe file extension for cms files.static final byte[]The magic number of currently supported CMS files.static final intThe maximum size per mapped buffer.static final StringThe separator to use when concatenating spectrum titles in a string. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]Returns the magic number of currently supported CMS files.
-
Field Details
-
EXTENSION
The file extension for cms files.- See Also:
-
TITLE_SEPARATOR
The separator to use when concatenating spectrum titles in a string.- See Also:
-
MAGIC_NUMBER
public static final byte[] MAGIC_NUMBERThe magic number of currently supported CMS files. -
MAX_BUFFER_SIZE
public static final int MAX_BUFFER_SIZEThe maximum size per mapped buffer.- See Also:
-
-
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.
-