org.jfree.report.util
public class NoCloseOutputStream extends FilterOutputStream
Constructor Summary | |
---|---|
NoCloseOutputStream(OutputStream out)
Create a new NoCloseOutputStream with the given output stream a parent.
|
Method Summary | |
---|---|
void | close()
Closes this output stream and releases any system resources associated with the
stream, but does not close the underlying output stream.
|
Parameters: out the parent stream
close
method of FilterOutputStream
calls its
flush
method.
Throws: IOException if an I/O error occurs.
See Also: FilterOutputStream#flush() FilterOutputStream#out