Searched defs:Zip64CentralDirectoryEndLocator (Results 1 – 1 of 1) sorted by relevance
111 pub struct Zip64CentralDirectoryEndLocator { struct117 impl Zip64CentralDirectoryEndLocator { impl118 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<Zip64CentralDirectoryEndLocator> { in parse()