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