public class HDF5MapDataWriter extends HDF5DataWriter
colCount, compoundData, counter, datapath, fieldName, reader| Constructor and Description |
|---|
HDF5MapDataWriter(io.jhdf.HdfFile reader,
WriterSpec writerSpec,
String datapath) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDataSize() |
boolean |
hasNext() |
boolean |
isCompound()
Returns true if the data writer is a compound writer, false if not.
|
boolean |
write() |
currentRowCountpublic HDF5MapDataWriter(io.jhdf.HdfFile reader,
WriterSpec writerSpec,
String datapath)
public boolean write()
write in class HDF5DataWriterpublic boolean hasNext()
hasNext in class HDF5DataWriterpublic boolean isCompound()
isCompound in class HDF5DataWriterpublic int getDataSize()
getDataSize in class HDF5DataWriterCopyright © 2021 The Apache Software Foundation. All rights reserved.