Start downloading the specified resource bundle named into the output stream.
public void beginDownloadCustomizationBundle (String customizationBundleID java.io.OutputStream out)
None.
ByteArrayOutputStream out = new ByteArrayOutputStream();
Application.getInstance().beginDownloadCustomizationBundle("Example:2.0", out);