pub fn read_las<R>(reader: R) -> Result<PointCloud, IoError>where R: BufRead + Seek + Send + Sync + 'static,
Reads a complete LAS/LAZ stream.