Home
last modified time | relevance | path

Searched defs:CentralDirectoryEnd (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/zip/src/
Dspec.rs12 pub struct CentralDirectoryEnd { struct
22 impl CentralDirectoryEnd { argument
23 pub fn parse<T: Read>(reader: &mut T) -> ZipResult<CentralDirectoryEnd> { in parse()
51 ) -> ZipResult<(CentralDirectoryEnd, u64)> { in find_and_parse()
Dread.rs214 footer: &spec::CentralDirectoryEnd, in get_directory_counts()