[][src]Function swf_parser::streaming::basic_data_types::parse_block_c_string

pub fn parse_block_c_string(input: &[u8]) -> NomResult<&[u8], String>

Parse a sequence of bytes up to the end of input or first nul-byte. If there is a nul-byte, it is consumed but not included in the result.