Class TeeWriterWrapper
java.lang.Object
java.io.Writer
de.businesscode.bcdui.web.cacheControl.server.wrapper.TeeWriterWrapper
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
tees the writer, ignores exceptions on a cloned object, however
they are logged with warning level. Autoflushable
-
Constructor Details
-
TeeWriterWrapper
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in classWriter
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Specified by:
flush
in classWriter
- Throws:
IOException
-
write
- Specified by:
write
in classWriter
- Throws:
IOException
-