public final class UTF8Reader extends Reader
byte[]
buffer or
InputStream
.Modifier and Type | Method and Description |
---|---|
void |
close() |
static UTF8Reader |
construct(byte[] buf,
int ptr,
int len) |
static UTF8Reader |
construct(com.fasterxml.jackson.core.io.IOContext ctxt,
InputStream in,
boolean autoClose) |
int |
read() |
int |
read(char[] cbuf) |
int |
read(char[] cbuf,
int start,
int len) |
protected int |
readBytes() |
protected int |
readBytesAt(int offset) |
protected void |
reportBounds(char[] cbuf,
int start,
int len) |
protected void |
reportStrangeStream() |
public static UTF8Reader construct(com.fasterxml.jackson.core.io.IOContext ctxt, InputStream in, boolean autoClose)
public static UTF8Reader construct(byte[] buf, int ptr, int len)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class Reader
IOException
public int read() throws IOException
read
in class Reader
IOException
public int read(char[] cbuf) throws IOException
read
in class Reader
IOException
public int read(char[] cbuf, int start, int len) throws IOException
read
in class Reader
IOException
protected final int readBytes() throws IOException
IOException
protected final int readBytesAt(int offset) throws IOException
IOException
protected void reportBounds(char[] cbuf, int start, int len) throws IOException
IOException
protected void reportStrangeStream() throws IOException
IOException
Copyright © 2021 FasterXML. All rights reserved.