A wrapper for a stream (either input or output)
which has a close method with no effect.
More information about this class is available from ostermiller.org.
author: Stephen Ostermiller http://ostermiller.org/contact.pl?regarding=Java+Utilities since: ostermillerutils 1.01.00
Method Summary
public void
reallyClose() Actually closes this stream and releases any system
resources associated with the stream, as opposed to
the close() method, which does nothing.
Actually closes this stream and releases any system
resources associated with the stream, as opposed to
the close() method, which does nothing.
throws: IOException - if an I/O error occurs. since: ostermillerutils 1.01.00