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.