- java.lang.Object
-
- java.io.Writer
-
- java.io.FilterWriter
-
- de.siegmar.fastcsv.writer.NoCloseWriter
-
- All Implemented Interfaces:
java.io.Closeable
,java.io.Flushable
,java.lang.Appendable
,java.lang.AutoCloseable
class NoCloseWriter extends java.io.FilterWriter
A writer that does not close the underlying writer.
-
-
Constructor Summary
Constructors Constructor Description NoCloseWriter(java.io.Writer out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
-