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() |
currentRowCount
public HDF5MapDataWriter(io.jhdf.HdfFile reader, WriterSpec writerSpec, String datapath)
public boolean write()
write
in class HDF5DataWriter
public boolean hasNext()
hasNext
in class HDF5DataWriter
public boolean isCompound()
isCompound
in class HDF5DataWriter
public int getDataSize()
getDataSize
in class HDF5DataWriter
Copyright © 1970 The Apache Software Foundation. All rights reserved.