ObjectInputStream.close

ObjectInputStream.close

Class Overview | Class Members | This Package | All Packages

Syntax
public void close() throws IOException
Description
Closes the input stream. Must be called to release any resources associated with the stream.

Exceptions
IOException If an I/O error has occurred.
Overrides
close in class InputStream