package
1.5.35
Repository: https://github.com/quay/claircore.git
Documentation: pkg.go.dev

# Functions

Detect follows the same procedure as [Reader], but also reports the detected compression scheme.
Reader returns an [io.ReadCloser] that transparently reads bytes compressed with one of the following schemes: - gzip - zstd - bzip2 If the data does not seem to be one of these schemes, a new [io.ReadCloser] equivalent to the provided [io.Reader] is returned.

# Constants

Compression constants.
Compression constants.
Compression constants.
Compression constants.

# Type aliases

Compression marks the scheme that the original Reader contains.