class
HDF5::TypedDataset(T)
- HDF5::TypedDataset(T)
- Reference
- Object
Defined in:
hdf5/typed_dataset.crConstructors
Instance Method Summary
- #[](selection : Selection) : Array(T)
- #[]=(selection : Selection, data : Array(T)) : Nil
- #attrs : Attributes
- #close : Nil
- #dataspace : Dataspace
- #datatype : Datatype
- #finalize
- #rank : Int32
- #read(selection : Selection) : Array(T)
- #read : Array(T)
- #read_to(buffer : Slice(T)) : Nil
- #resize(new_shape : Indexable) : Nil
- #shape : Array(UInt64)
- #size : UInt64
- #storage_size : UInt64
- #write(data : Array(T), selection : Selection) : Nil
- #write(data : Array(T)) : Nil
- #write(data : Slice(T)) : Nil