Skip to main content

read_record_variable_into

Function read_record_variable_into 

Source
pub fn read_record_variable_into<T: NcReadType>(
    file_data: &[u8],
    var: &NcVariable,
    numrecs: u64,
    record_stride: u64,
    dst: &mut [T],
) -> Result<()>
Expand description

Read the entire data for a record variable into a caller-provided buffer.