Function vox_format::chunk::read_chunk_at[][src]

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

Reads a chunk from reader at the specified offset.