public class HDF5DoubleDataWriter extends HDF5DataWriter
colCount, compoundData, counter, datapath, fieldName, reader| Constructor and Description |
|---|
HDF5DoubleDataWriter(io.jhdf.HdfFile reader,
WriterSpec writerSpec,
String datapath) |
HDF5DoubleDataWriter(io.jhdf.HdfFile reader,
WriterSpec writerSpec,
String fieldName,
double[] tempListData) |
HDF5DoubleDataWriter(io.jhdf.HdfFile reader,
WriterSpec writerSpec,
String datapath,
String fieldName,
int currentColumn) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDataSize() |
boolean |
hasNext() |
boolean |
write() |
currentRowCount, isCompoundpublic HDF5DoubleDataWriter(io.jhdf.HdfFile reader,
WriterSpec writerSpec,
String datapath)
public HDF5DoubleDataWriter(io.jhdf.HdfFile reader,
WriterSpec writerSpec,
String datapath,
String fieldName,
int currentColumn)
public HDF5DoubleDataWriter(io.jhdf.HdfFile reader,
WriterSpec writerSpec,
String fieldName,
double[] tempListData)
public boolean write()
write in class HDF5DataWriterpublic boolean hasNext()
hasNext in class HDF5DataWriterpublic int getDataSize()
getDataSize in class HDF5DataWriterCopyright © 2021 The Apache Software Foundation. All rights reserved.