Microsoft SDK for Java

Writer.close

Closes this Writer object and releases any system resources associated with the writer.

Syntax

public void close()

Remarks

Following a call to close, any operations on the Writer object can raise exceptions. The default method is empty, but a subclass can override this method to provide the appropriate functionality.

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