Package | Description |
---|---|
io.github.msdk.datamodel | |
io.github.msdk.io.filetypedetection | |
io.github.msdk.io.mzdb | |
io.github.msdk.io.mzml.data | |
io.github.msdk.io.mzxml | |
io.github.msdk.io.netcdf |
Modifier and Type | Method and Description |
---|---|
FileType |
SimpleRawDataFile.getRawDataFileType()
Returns the file type of this raw data file.
|
FileType |
RawDataFile.getRawDataFileType()
Returns the file type of this raw data file.
|
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleRawDataFile.setRawDataFileType(FileType rawDataFileType) |
Constructor and Description |
---|
SimpleRawDataFile(String rawDataFileName,
Optional<File> originalRawDataFile,
FileType rawDataFileType)
Constructor for SimpleRawDataFile.
|
Modifier and Type | Method and Description |
---|---|
static FileType |
FileTypeDetectionAlgorithm.detectDataFileType(File fileName)
detectDataFileType.
|
Modifier and Type | Method and Description |
---|---|
FileType |
MzDBRawDataFile.getRawDataFileType() |
Modifier and Type | Method and Description |
---|---|
FileType |
MzMLRawDataFile.getRawDataFileType()
Returns the file type of this raw data file.
|
Modifier and Type | Method and Description |
---|---|
FileType |
MzXMLRawDataFile.getRawDataFileType()
Returns the file type of this raw data file.
|
Constructor and Description |
---|
NetCDFRawDataFile(String rawDataFileName,
Optional<File> originalRawDataFile,
FileType rawDataFileType,
ucar.nc2.NetcdfFile inputFile)
Constructor for NetCDFRawDataFile.
|
Copyright © 2019. All rights reserved.