NSData.Compress(NSDataCompressionAlgorithm, NSError) Method

Definition

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

Parameters

error
NSError

Returns

Attributes

Applies to