Skip to main content

read_extensible_array_chunks

Function read_extensible_array_chunks 

Source
pub fn read_extensible_array_chunks(
    file_data: &[u8],
    header: &ExtensibleArrayHeader,
    dataset_dims: &[u64],
    chunk_dimensions: &[u32],
    element_size: u32,
    offset_size: u8,
    _length_size: u8,
) -> Result<Vec<ChunkInfo>, FormatError>
Expand description

Read chunk records from an Extensible Array.

Traverses AEHD -> AEIB -> AEDB/AESB to collect all allocated chunks.