ZipReader
Minimal ZIP reader for EPUB / OCF containers. Parses the central directory, then reads entries on demand (STORED or raw DEFLATE via the shared Inflate).
Scoped to what EPUB needs: methods 0 and 8, no ZIP64, no encryption, no streaming data descriptors (sizes come from the central directory). Not a general-purpose ZIP implementation.