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:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classWriter- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Specified by:
flushin classWriter- Throws:
IOException
-
write
- Specified by:
writein classWriter- Throws:
IOException
-