Trait assembly_fdb::io::read::DatabaseBufReader
source · pub trait DatabaseBufReader{
// Required method
fn get_string(&mut self, addr: u32) -> Result<String>;
}
Expand description
Extension trait to Seek + BufRead
for reading strings
Required Methods§
sourcefn get_string(&mut self, addr: u32) -> Result<String>
fn get_string(&mut self, addr: u32) -> Result<String>
Read a string from the file