pub fn read_tlk<R: Read>(reader: &mut R) -> Result<Tlk, TlkBinaryError>Expand description
Reads a TLK from a reader.
The stream is consumed from its current position.
ยงErrors
TlkBinaryError::Io when the stream will not read to end, and whatever
read_tlk_from_bytes reports for the bytes it collected.