pub fn read_data_block_patch<T: Read + Seek>(buf: T) -> Option<Vec<u8>>
Expand description

A fixed version of read_data_block accounting for differing compressed block sizes in ZiPatch files.