beginDownloadCustomizationBundle:(NSString*)customizationBundleID withOutputStream:(NSOutputStream*)outputStream

Start downloading the resource bundle named customizationBundleID and save it to an output stream.

The resource bundle is saved into the output stream that you provide.

Syntax

-(void) beginDownloadCustomizationBundle:(NSString*)customizationBundleID withOutputStream:(NSOutputStream*)outputStream;

Parameters

Returns

None.

Examples