case invalidFlagBits(UInt8)
s4LZ774GzipO17StreamHeaderErrorO15invalidFlagBitsyAEs5UInt8VcAEmFWhat are these?
s4LZ774GzipO17StreamHeaderErrorO15invalidFlagBitsyAEs5UInt8VcAEmF
FNV24: [UJNS]
case invalidSigil
case invalidCompressionMethod(UInt8)
Show implementation details (1)
Hide implementation details
case _headerChecksumUnsupported
import LZ77
This module contains a pure-Swift implementation of the LZ77 algorithm. It supports the bare deflate (zlib) archive format, as well as the more-popular gzip format.
deflate
zlib
gzip
@frozen enum StreamHeaderError
@frozen enum Gzip
@frozen struct UInt8
An 8-bit unsigned integer value type.