Class OutStreamUTF8

java.lang.Object
java.io.Writer
org.apache.jena.atlas.io.OutStreamUTF8
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public final class OutStreamUTF8 extends Writer
Output UTF-8 encoded data. This class implements the "Modified UTF8" encoding rules (null -> C0 80) It will encode any 16 bit value. It can be used as a pure UTF-8 encoder.
See Also: