Searched defs:CentralDirectoryEnd (Results 1 – 2 of 2) sorted by relevance
15 pub struct CentralDirectoryEnd { struct25 impl CentralDirectoryEnd { argument38 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse()66 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse()
299 footer: &spec::CentralDirectoryEnd, in get_directory_counts()