PrintStream.close
Class Overview | Class Members | This Package | All Packages
Syntax
public void close()
Description
Close the stream. This is done by flushing the stream and then closing the underlying output stream.
Overrides
close in class FilterOutputStream