Store

object Store : Codec

The identity codec (ZIP method 0): no compression, the baseline fallback.

Properties

Link copied to clipboard
open override val id: CodecId

Which codec this is.

Functions

Link copied to clipboard
open override fun compress(data: ByteArray): ByteArray

Compress data fully in memory.

Link copied to clipboard
open override fun decompress(data: ByteArray, limits: ArchiveLimits = ArchiveLimits.DEFAULT): ByteArray

Decompress data fully in memory, enforcing limits.