public class EmptyDataWriter extends EmptyDataProcessor implements DataWriter
Constructor and Description |
---|
EmptyDataWriter() |
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.
|
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
process, processLinear1DSet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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
public void close() throws IOException
DataWriter
close
in interface DataWriter
IOException
- If there is a problem.public void flush() throws IOException
DataWriter
flush
in interface DataWriter
IOException
- If there is a problem.public void setFile(String name)
DataWriter
setFile
in interface DataWriter
name
- The path used to open the file.public void setFile(File file)
DataWriter
setFile
in interface DataWriter
file
- The file.Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.