pub fn read_dataformat<R: Read, F: DataFormat>(
reader: &mut R,
) -> Result<F, DataReadError>Expand description
Read data and its header from a reader
pub fn read_dataformat<R: Read, F: DataFormat>(
reader: &mut R,
) -> Result<F, DataReadError>Read data and its header from a reader