Class NoCloseWriter
java.lang.Object
java.io.Writer
nl.siegmann.epublib.util.NoCloseWriter
- All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Writer with the close() disabled.
We write multiple documents to a ZipOutputStream.
Some of the formatters call a close() after writing their data.
We don't want them to do that, so we wrap regular Writers in this NoCloseWriter.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
writer
-
-
Constructor Details
-
NoCloseWriter
-
-
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
-