class
HDF5::DatasetCreateOptions
- HDF5::DatasetCreateOptions
- Reference
- Object
Defined in:
hdf5/dataset_create_options.crConstructors
Instance Method Summary
- #apply_to(dcpl_id : LibHDF5::Hid, shape : Array(UInt64)) : Nil
- #chunk : Array(UInt64) | Nil
- #chunk=(chunk : Array(UInt64) | Nil)
- #compression : Compression | Nil
- #compression=(compression : Compression | Nil)
- #fletcher32=(fletcher32 : Bool)
- #fletcher32? : Bool
- #max_shape : Array(UInt64) | Nil
- #max_shape=(max_shape : Array(UInt64) | Nil)
- #shuffle=(shuffle : Bool)
- #shuffle? : Bool
Constructor Detail
def self.new(chunk : Array(UInt64) | Nil = nil, compression : Compression | Nil = nil, shuffle : Bool = false, fletcher32 : Bool = false, max_shape : Array(UInt64) | Nil = nil)
#