Archive
public protocol Archive
A type that represents an archive.
-
Unarchive data from the archive.
Declaration
Swift
static func unarchive(archive: Data) throws -> Data
SWCompression Docs (100% documented)
public protocol Archive
A type that represents an archive.
Unarchive data from the archive.
Swift
static func unarchive(archive: Data) throws -> Data