[][src]Function mini_fat::read_file

pub fn read_file<H, O, P>(
    handle: &mut H,
    partition_byte_range: Range<u64>,
    path: P,
    output: &mut O
) -> Result<(), Error> where
    H: Seek + Read,
    O: Write,
    P: AsRef<Path>,