Function io_partition::clone_into_vec[][src]

pub fn clone_into_vec<T: Read + Seek>(
    file: &mut T,
    start: u64,
    length: u64
) -> Result<Vec<u8>, Error>

Clone a part of a file into a Vec