Share via


CGDataConsumer Constructors

Definition

Overloads

Name Description
CGDataConsumer(NSMutableData)

Creates a data sink that saves the data on the specified NSData.

CGDataConsumer(NSUrl)

Creates a data sink that saves the data on a file specified by the url.

CGDataConsumer(NSMutableData)

Creates a data sink that saves the data on the specified NSData.

public CGDataConsumer(Foundation.NSMutableData data);
new CoreGraphics.CGDataConsumer : Foundation.NSMutableData -> CoreGraphics.CGDataConsumer

Parameters

Applies to

CGDataConsumer(NSUrl)

Creates a data sink that saves the data on a file specified by the url.

public CGDataConsumer(Foundation.NSUrl url);
new CoreGraphics.CGDataConsumer : Foundation.NSUrl -> CoreGraphics.CGDataConsumer

Parameters

url
NSUrl

Applies to