pub fn collect_fixed_array_chunk_entries(
data: &[u8],
header_address: u64,
offset_size: u8,
length_size: u8,
dataset_shape: &[u64],
chunk_dims: &[u32],
chunk_bounds: Option<(&[u64], &[u64])>,
) -> Result<Vec<ChunkEntry>>Expand description
Collect chunk entries from a Fixed Array index.
Reads the FAHD header and FADB data block, then converts linear entry indices to multi-dimensional chunk offsets.