Enums§
- Endian
 - Used for TIFF decoding
 
Functions§
- read_
bits  - read_
i32  - read_
line_ capped  - read_
null_ terminated_ string  - read_
tag  - Assumes tags are in format of 4 char string followed by big endian size for tag
 - read_u8
 - read_
u16  - read_
u24  - read_
u32  - read_
until_ capped  - read_
until_ whitespace  - Skips all starting whitespace characters and then reads a string until the next whitespace character Example: “ test string“ => “test”