public abstract class HDF5DataWriter extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
colCount |
protected LinkedHashMap<String,?> |
compoundData |
protected int |
counter |
protected String |
datapath |
protected String |
fieldName |
protected io.jhdf.HdfFile |
reader |
Constructor and Description |
---|
HDF5DataWriter(io.jhdf.HdfFile reader,
String datapath) |
HDF5DataWriter(io.jhdf.HdfFile reader,
String datapath,
String fieldName,
int colCount) |
Modifier and Type | Method and Description |
---|---|
int |
currentRowCount() |
abstract int |
getDataSize() |
boolean |
hasNext() |
boolean |
isCompound() |
boolean |
write() |
protected final io.jhdf.HdfFile reader
protected final String datapath
protected String fieldName
protected int colCount
protected int counter
protected LinkedHashMap<String,?> compoundData
public HDF5DataWriter(io.jhdf.HdfFile reader, String datapath)
Copyright © 1970 The Apache Software Foundation. All rights reserved.