public final class

UTF8Writer

extends Writer
java.lang.Object
   ↳ java.io.Writer
     ↳ com.fasterxml.jackson.core.io.UTF8Writer

Summary

Fields
protected final IOContext _context
[Expand]
Inherited Fields
From class java.io.Writer
Public Constructors
UTF8Writer(IOContext ctxt, OutputStream out)
Public Methods
Writer append(char c)
void close()
void flush()
void write(char[] cbuf)
void write(String str)
void write(char[] cbuf, int off, int len)
void write(String str, int off, int len)
void write(int c)
[Expand]
Inherited Methods
From class java.io.Writer
From class java.lang.Object
From interface java.io.Closeable
From interface java.io.Flushable
From interface java.lang.Appendable
From interface java.lang.AutoCloseable

Fields

protected final IOContext _context

Public Constructors

public UTF8Writer (IOContext ctxt, OutputStream out)

Public Methods

public Writer append (char c)

Throws
IOException

public void close ()

Throws
IOException

public void flush ()

Throws
IOException

public void write (char[] cbuf)

Throws
IOException

public void write (String str)

Throws
IOException

public void write (char[] cbuf, int off, int len)

Throws
IOException

public void write (String str, int off, int len)

Throws
IOException

public void write (int c)

Throws
IOException