read_chunk_at

Function read_chunk_at 

Source
pub fn read_chunk_at<R: Read + Seek>(
    reader: R,
    offset: &mut u32,
) -> Result<Chunk, Error>
Expand description

Reads a chunk from reader at the specified offset.