Searched defs:CentralDirectoryEnd (Results 1 – 2 of 2) sorted by relevance
12 pub struct CentralDirectoryEnd { struct22 impl CentralDirectoryEnd { argument23 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse()51 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse()
214 footer: &spec::CentralDirectoryEnd, in get_directory_counts()