Closed jkotan closed 2 years ago
It would be good to change the option masks in SZip filter to OptionMask enum. Currently it is represented by static const unsigned int and not all possible values are exposed.
OptionMask
static const unsigned int
It would be good to change the option masks in SZip filter to
OptionMask
enum. Currently it is represented bystatic const unsigned int
and not all possible values are exposed.