Package org.apache.rat
Class ReportConfiguration.NoCloseOutputStream
java.lang.Object
java.io.OutputStream
org.apache.rat.ReportConfiguration.NoCloseOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
- ReportConfiguration
A wrapper around an output stream that does not close the output stream.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
NoCloseOutputStream
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
equals
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
hashCode
public int hashCode() -
toString
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-