Microsoft SDK for Java

close

This method of the XMLOutputStream class closes the XMLOutputStream and frees any system resources that are associated with the stream.

Syntax

public void close() throws IOException;

Exceptions

IOException if an I/O error occurs.

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