Enumerationswift-png 4.4.5LZ77
StreamHeaderError
Gzip.StreamHeaderError.swift:4@frozen enum StreamHeaderError
Cases
Show implementation details (1)
Hide implementation details
Other members in extension
Types
Type members
static func archive(bytes: ArraySlice<UInt8>, level: Int, hint: Int
) -> [UInt8] Archives data using gzip.
static func extract(from: ArraySlice<UInt8>
) throws -> [UInt8] Extracts gzip-compressed data.
Citizens in LZ77
Conformances
protocol Error
A type representing an error value that can be thrown.
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.