public interface DataWriter extends DataProcessor
Data
object.Modifier and Type | Method and Description |
---|---|
void |
close()
Close the file
|
void |
flush()
Flush all data to disk.
|
void |
setFile(File file)
Open the specified file.
|
void |
setFile(String name)
Open the named file.
|
process, processDoubleSet, processFieldImpl, processFlatField, processFloatSet, processGridded1DDoubleSet, processGridded1DSet, processGridded2DDoubleSet, processGridded2DSet, processGridded3DDoubleSet, processGridded3DSet, processGriddedSet, processInteger1DSet, processInteger2DSet, processInteger3DSet, processIntegerNDSet, processIrregular1DSet, processIrregular2DSet, processIrregular3DSet, processIrregularSet, processLinear1DSet, processLinear2DSet, processLinear3DSet, processLinearLatLonSet, processLinearNDSet, processList1DSet, processProductSet, processReal, processRealTuple, processSampledSet, processSimpleSet, processSingletonSet, processText, processTuple, processUnionSet, processUnknownData
void close() throws IOException
IOException
- If there is a problem.void flush() throws IOException
IOException
- If there is a problem.void setFile(String name) throws IOException
name
- The path used to open the file.IOException
- If there is a problem.void setFile(File file) throws IOException
file
- The file.IOException
- If there is a problem.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.