Files
hdf5/java/hdf/hdf5lib/structs
M. Scot Breitenfeld 97cec8d988 Remove reserved in-file blob configuration fields from H5Z_class3_t
write_blob/read_blob/close_blob and the corresponding H5Z_PARAMS_BLOB
enum value and has_blob_callbacks info field were speculative
reservations for a not-yet-designed feature. Pre-reserving generic
void* slots doesn't avoid the ABI/version bump the feature will need
once its callback signatures are actually decided, so there's no
benefit to carrying them now. Drop them from the public struct, the
internal filter table entry, all built-in filter registrations, the
Java bindings (JNI and Panama/FFM), and the test plugin/test suite.
2026-07-07 15:26:50 -05:00
..