extractZipEntries

abstract suspend fun extractZipEntries(artifact: FirmwareArtifact): Map<String, ByteArray>(source)

Extract all entries from a zip artifact into a Map<entryName, bytes>. Used by the DFU handler to parse Nordic DFU packages.