Skip to main content

read_pstring

Function read_pstring 

Source
pub fn read_pstring<R>(rdr: &mut R) -> Result<&[u8], MarshalError>
where R: Read,
Expand description

Read a 4-byte-length-prefixed byte string.