class
HDF5::Attribute
- HDF5::Attribute
- Reference
- Object
Defined in:
hdf5/attribute.crConstructors
Instance Method Summary
- #array? : Bool
- #close
- #dataspace : Dataspace
- #datatype : Datatype
- #finalize
- #id : LibHDF5::Hid
- #name : String
- #rank : Int32
- #read(type : T.class) : T forall T
- #read_array(type : T.class) : Array(T) forall T
- #read_raw(type_id : LibHDF5::Hid, buf : Pointer(T)) : Nil forall T
- #read_raw(type_id : LibHDF5::Hid, buf : Pointer(Void)) : Nil
- #scalar? : Bool
- #shape : Array(UInt64)
- #size : UInt64
- #write(value : T) forall T
- #write_array(data : Array(T)) forall T
- #write_raw(type_id : LibHDF5::Hid, buf : Pointer(T)) : Nil forall T
- #write_raw(type_id : LibHDF5::Hid, buf : Pointer(Void)) : Nil