module
HDF5::VLenStorage
Defined in:
hdf5/vlen_storage.crClass Method Summary
- .descriptors(data : Array(Array(T))) : Array(LibHDF5::VLen) forall T
- .read(type : Array(T).class, type_id : LibHDF5::Hid, space_id : LibHDF5::Hid, count : Int, buffer : Array(LibHDF5::VLen)) : Array(Array(T)) forall T
Class Method Detail
def self.read(type : Array(T).class, type_id : LibHDF5::Hid, space_id : LibHDF5::Hid, count : Int, buffer : Array(LibHDF5::VLen)) : Array(Array(T)) forall T
#