Share via


ObjectOutputStream.close

Class Overview | Class Members | This Package | All Packages

Syntax

public void close() throws IOException

Description

Closes the stream. This method must be called to release any resources associated with the stream.

Exceptions

IOException If an I/O error has occurred.

Overrides

close in class OutputStream