pub fn deserialize_le(
src: &[u8],
layout: &StreamingLayout,
) -> Result<LasPointRecord>Expand description
Deserialize one record from the little-endian spill bytes.
pub fn deserialize_le(
src: &[u8],
layout: &StreamingLayout,
) -> Result<LasPointRecord>Deserialize one record from the little-endian spill bytes.