Microsoft SDK for Java

writeLicense

This method of the LicenseManager Interface creates a new license file and writes the contents of the LicenseDescriptor objects.

Syntax

public void writeLicense(PrintStream stream, LicenseDescriptor desc[]) throws java.io.IOException;

Parameters

stream The stream to write the license file to.
desc An array of LicenseDescriptor objects.

Exceptions

IOException if the write failed.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.