Object
hdf.object.h5.H5ReferenceType.H5ReferenceData
- Enclosing class:
- H5ReferenceType
public static class H5ReferenceType.H5ReferenceData extends Object
The individual reference data for a given object.
-
Field Summary
Fields Modifier and Type Field Description Stringattr_nameThe attribute name referencedStringfile_fullpathThe the full file path referencedStringfile_nameThe file name referencedStringobj_nameThe object name referencedintobj_typeThe default type of object referencedbyte[]ref_arrayThe reference array raw dataintref_typeThe default type of region referencedStringregion_descThe point/block description of region referencedStringregion_typeThe type of region referenced -
Constructor Summary
Constructors Constructor Description H5ReferenceData(byte[] theArray)Copy the individual reference array for further processing -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ref_array
The reference array raw data -
file_fullpath
The the full file path referenced -
file_name
The file name referenced -
obj_name
The object name referenced -
attr_name
The attribute name referenced -
region_type
The type of region referenced -
region_desc
The point/block description of region referenced -
ref_type
The default type of region referenced -
obj_type
The default type of object referenced
-
-
Constructor Details
-
H5ReferenceData
H5ReferenceData(byte[] theArray)Copy the individual reference array for further processing- Parameters:
theArray- the reference datatype data to be copied.
-