Skip to main content

read_string_block

Function read_string_block 

Source
pub fn read_string_block<R: Read>(reader: &mut R) -> Result<String>
Expand description

Reads a string block (i32 size prefix, then byte size prefix for content).