Package io.github.msdk.io.nativeformats
Class ThermoRawImportMethod
- java.lang.Object
-
- io.github.msdk.io.nativeformats.ThermoRawImportMethod
-
- All Implemented Interfaces:
MSDKMethod<RawDataFile>
public class ThermoRawImportMethod extends Object implements MSDKMethod<RawDataFile>
ThermoRawImportMethod class.
-
-
Constructor Summary
Constructors Constructor Description ThermoRawImportMethod(File sourceFile)Constructor for ThermoRawImportMethod.
-
-
-
Method Detail
-
execute
public RawDataFile execute() throws MSDKException
- Specified by:
executein interfaceMSDKMethod<RawDataFile>- Throws:
MSDKException
-
getResult
@Nullable public RawDataFile getResult()
- Specified by:
getResultin interfaceMSDKMethod<RawDataFile>
-
getFinishedPercentage
public Float getFinishedPercentage()
- Specified by:
getFinishedPercentagein interfaceMSDKMethod<RawDataFile>
-
cancel
public void cancel()
- Specified by:
cancelin interfaceMSDKMethod<RawDataFile>
-
-