Package-level declarations

Types

Link copied to clipboard
object Crc32

CRC-32 (IEEE 802.3, polynomial 0xEDB88320), the checksum ZIP stores for every entry. Table-driven, pure Kotlin, same result on every target.

Link copied to clipboard

What the central directory says about one entry.

Link copied to clipboard
class ZipReader

ZIP reader for EPUB / OCF / CBZ containers. Parses the central directory, then reads entries on demand (STORED or raw DEFLATE via the shared inflater).