read_main_chunk

Function read_main_chunk 

Source
pub fn read_main_chunk<R: Read + Seek>(
    reader: R,
) -> Result<(Chunk, Version), Error>
Expand description

Reads the VOX file’s header, verifies it, and then reads the MAIN chunk.