Function pot::format::read_header
source ยท pub fn read_header<R: ReadBytesExt>(reader: &mut R) -> Result<u8, Error>
Expand description
Reads a Pot header. See write_header
for more information. Returns the version number contained within.