H5Pset_sizes {rhdf5} | R Documentation |
Get and set the sizes of offsets and lengths used in an HDF5 file
H5Pset_sizes(h5plist, sizeof_addr, sizeof_size) H5Pget_sizes(h5plist)
h5plist |
H5IdComponent object representing the file creation property list |
sizeof_addr |
Offset size in bytes |
sizeof_size |
Length size in bytes |