public class ThermoRawImportMethod extends Object implements MSDKMethod<RawDataFile>
ThermoRawImportMethod class.
| Constructor and Description |
|---|
ThermoRawImportMethod(File sourceFile,
DataPointStore dataStore)
Constructor for ThermoRawImportMethod.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
RawDataFile |
execute() |
Float |
getFinishedPercentage() |
RawDataFile |
getResult() |
public ThermoRawImportMethod(@Nonnull File sourceFile, @Nonnull DataPointStore dataStore)
Constructor for ThermoRawImportMethod.
sourceFile - a File object.dataStore - a DataPointStore
object.public RawDataFile execute() throws MSDKException
execute in interface MSDKMethod<RawDataFile>MSDKException@Nullable public RawDataFile getResult()
getResult in interface MSDKMethod<RawDataFile>public Float getFinishedPercentage()
getFinishedPercentage in interface MSDKMethod<RawDataFile>public void cancel()
cancel in interface MSDKMethod<RawDataFile>Copyright © 2015. All rights reserved.