exr::meta::sequence_end

Function has_come

source
pub fn has_come(read: &mut PeekRead<impl Read>) -> Result<bool>
Expand description

Peeks the next byte. If it is zero, consumes the byte and returns true.