ZipReader

constructor(bytes: ByteArray, strictCrc: Boolean = false)

Open bytes with default resource ceilings.


constructor(bytes: ByteArray, strictCrc: Boolean = false, maxEntryBytes: Int = DEFAULT_MAX_ENTRY_BYTES, maxEntries: Int = DEFAULT_MAX_ENTRIES)

Open bytes with explicit decompressed-entry and record-count ceilings.