Function chiter::read_bytes[][src]

pub fn read_bytes(address: usize, length: usize) -> Vec<u8>

Reads 'length' bytes starting at 'address', returns a Vec with all the bytes.