func compress(using: NSData.CompressionAlgorithm)
Compresses the data object’s bytes using an algorithm that you specify.
データオブジェクトのもつバイトそれらをあなたが指定するアルゴリズムを使って圧縮します。
func decompress(using: NSData.CompressionAlgorithm)
Decompresses the data object’s bytes.
データオブジェクトのもつバイトそれらを解凍します。
enum NSData.CompressionAlgorithm
An algorithm that indicates how to compress or decompress data.
あるアルゴリズム、それはどのようにデータを圧縮または解凍するかを指し示します。
var NSCompressionErrorMinimum : Int
The start of the range of error codes reserved for compression errors.
圧縮エラーのために予約されたエラーコードの範囲の始まり。
var NSCompressionFailedError : Int
An error code value that indicates a failure to compress data using the provided algorithm.
あるエラーコード値、それは提供されたアルゴリズムを使ってデータを圧縮することに失敗したのを指し示します。
var NSDecompressionFailedError : Int
An error code value that indicates a failure to decompress data using the provided algorithm.
あるエラーコード値、それは提供されたアルゴリズムを使ってデータを解凍することに失敗したのを指し示します。