PipedOutputStream.close

PipedOutputStream.close

Class Overview | Class Members | This Package | All Packages

Syntax
public void close() throws IOException
Description
Closes this piped output stream and releases any system resources associated with this stream.

Exceptions
IOException if an I/O error occurs.
Overrides
close in class OutputStream