[−][src]Trait binjs::io::bytes::strings::ReadStr
Utility: An extension of Read
that reads bytes
bytes and attempts
to convert them into a string.
Utility: An extension of Read
that reads bytes
bytes and attempts
to convert them into a string.
fn read_string(&mut self, bytes: usize) -> Result<String, Error>
impl ReadStr for Cursor<Vec<u8>>
[src]