Instance Methodswift-png 4.4.5LZ77
pull
LZ77.Inflator.swift:58mutating func pull() -> [UInt8]
Other members in extension
Type members
Instance members
func pull(Int
) -> [UInt8]? func push(ArraySlice<UInt8>
) throws -> Void? Pushes compressed data to the inflator, returning nil once a complete zlib DEFLATE stream has been received.