Class UTF8Writer
java.lang.Object
java.io.Writer
com.fasterxml.jackson.dataformat.csv.impl.UTF8Writer
- All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Efficient UTF-8 backed writer.
Note: original implementation based on writer from Jackson core package; modified slightly, copied to reduce dependency to impl details.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Writer
append, append, nullWriter
-
Constructor Details
-
UTF8Writer
-
-
Method Details
-
append
- Specified by:
appendin interfaceAppendable- Overrides:
appendin classWriter- Throws:
IOException
-
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
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Specified by:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-
write
- Overrides:
writein classWriter- Throws:
IOException
-