Share via


NSData.Decompress(NSDataCompressionAlgorithm, NSError) Method

Definition

[Foundation.Export("decompressedDataUsingAlgorithm:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSData? Decompress(Foundation.NSDataCompressionAlgorithm algorithm, out Foundation.NSError? error);
[<Foundation.Export("decompressedDataUsingAlgorithm:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Decompress : Foundation.NSDataCompressionAlgorithm * NSError -> Foundation.NSData
override this.Decompress : Foundation.NSDataCompressionAlgorithm * NSError -> Foundation.NSData

Parameters

error
NSError

Returns

Attributes

Applies to