pub fn read_chunk_at<R: Read + Seek>( reader: R, offset: &mut u32, ) -> Result<Chunk, Error>
Reads a chunk from reader at the specified offset.
reader