class
HDF5::Dataset
- HDF5::Dataset
- Reference
- Object
Defined in:
hdf5/dataset.crConstructors
Instance Method Summary
- #attrs : Attributes
- #close
- #dataspace : Dataspace
- #datatype : Datatype
- #finalize
- #id : LibHDF5::Hid
- #rank : Int32
- #read(type : T.class, selection : Selection) : Array(T) forall T
- #read(type : T.class) : Array(T) forall T
- #read_strings : Array(String)
- #read_to(buf : Pointer(T), type : T.class) forall T
- #resize(new_shape : Indexable) : Nil
-
#shape : Array(UInt64)
Crystal-native shape API
- #size : UInt64
- #storage_size : UInt64
- #write(data : Array(T), selection : Selection) forall T
- #write(data : Array(T)) forall T
- #write(data : Slice(T)) forall T
- #write_strings(data : Array(String))