public interface IHDF5FileLevelReadOnlyHandler
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes this object and the file referenced by this object.
|
java.io.File |
getFile()
Returns the HDF5 file that this class is reading.
|
java.lang.String |
getHouseKeepingNameSuffix()
Returns the suffix used to mark and recognize internal (house keeping) files and groups.
|
boolean |
isClosed()
Returns
true if this reader has been already closed. |
boolean |
isPerformNumericConversions()
Returns
true , if numeric conversions should be performed automatically, e.g. |
boolean isPerformNumericConversions()
true
, if numeric conversions should be performed automatically, e.g.
between float
and int
.java.lang.String getHouseKeepingNameSuffix()
java.io.File getFile()
void close()
boolean isClosed()
true
if this reader has been already closed.