Package-level declarations

Types

Link copied to clipboard
object Zstd

One-shot zstd compression and decompression over complete, standard zstd frames (magic number included), interoperable with libzstd in both directions.

Link copied to clipboard

A digested zstd dictionary, ready to compress and decompress with.

Link copied to clipboard
class ZstdException(message: String, cause: Throwable? = null) : RuntimeException

Thrown when a zstd frame cannot be compressed or decompressed — a malformed or truncated frame, an unsupported feature, a corrupt dictionary, or output that would exceed the caller's maxSize cap.