[][src]Function laz::las::laszip::read_chunk_table

pub fn read_chunk_table<R: Read + Seek>(src: &mut R) -> Option<Result<Vec<u64>>>

Reads the chunk table from the source

The source position is expected to be at the start of the point data

This functions set position of the src where the points actually starts (that is, after the chunk table offset).