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(java.io.File file)
Open the specified file.
|
void |
setFile(java.lang.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, processUnknownDatavoid close()
throws java.io.IOException
java.io.IOException - If there is a problem.void flush()
throws java.io.IOException
java.io.IOException - If there is a problem.void setFile(java.lang.String name)
throws java.io.IOException
name - The path used to open the file.java.io.IOException - If there is a problem.void setFile(java.io.File file)
throws java.io.IOException
file - The file.java.io.IOException - If there is a problem.