public class HDF5IntDataWriter extends HDF5DataWriter
colCount, compoundData, counter, datapath, fieldName, reader
Constructor and Description |
---|
HDF5IntDataWriter(io.jhdf.HdfFile reader,
WriterSpec writerSpec,
String datapath) |
HDF5IntDataWriter(io.jhdf.HdfFile reader,
WriterSpec writerSpec,
String fieldName,
int[] tempListData) |
HDF5IntDataWriter(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, isCompound
public HDF5IntDataWriter(io.jhdf.HdfFile reader, WriterSpec writerSpec, String datapath)
public HDF5IntDataWriter(io.jhdf.HdfFile reader, WriterSpec writerSpec, String datapath, String fieldName, int currentColumn)
public HDF5IntDataWriter(io.jhdf.HdfFile reader, WriterSpec writerSpec, String fieldName, int[] tempListData)
public boolean write()
write
in class HDF5DataWriter
public boolean hasNext()
hasNext
in class HDF5DataWriter
public int getDataSize()
getDataSize
in class HDF5DataWriter
Copyright © 1970 The Apache Software Foundation. All rights reserved.