public interface IHDF5FileLevelReadOnlyHandler
Obtain an object implementing this interface by calling IHDF5Reader.file()
.
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 |
hasMDCImage()
Returns
true , if this file has an MDC image. |
boolean |
isClosed()
Returns
true if this reader has been already closed. |
boolean |
isMDCImageGenerationEnabled()
Returns
true , if the generation of a metadata cache image is enabled for
this file and false otherwise. |
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
.boolean isMDCImageGenerationEnabled()
true
, if the generation of a metadata cache image is enabled for
this file and false
otherwise.boolean hasMDCImage()
true
, if this file has an MDC image.java.lang.String getHouseKeepingNameSuffix()
java.io.File getFile()
void close()
boolean isClosed()
true
if this reader has been already closed.