pub fn read_file<T>(image: T, path: &str) -> Result<Vec<u8>>where T: Read + Write + Seek,
Read the entire contents of the file at path within the image.
path