pub fn read_frame_at(file: &File, at: u64, max_len: usize) -> Result<Box<[u8]>>
Read a frame out of the provided File
File