[][src]Trait pbo::io::ReadExt

pub trait ReadExt: Read {
    fn read_cstring(&mut self) -> Result<String>;
fn read_compressed_int(&mut self) -> Result<u32>; }

Required methods

fn read_cstring(&mut self) -> Result<String>

fn read_compressed_int(&mut self) -> Result<u32>

Loading content...

Implementors

impl<T: Read> ReadExt for T[src]

Loading content...