Writer.close

Writer.close

Class Overview | Class Members | This Package | All Packages

Syntax
public abstract void close() throws IOException
Description
Close the stream, flushing it first. Once a stream has been closed, further write() or flush() invocations will cause an IOException to be thrown. Closing a previously-closed stream, however, has no effect.

Exceptions
IOException If an I/O error occurs