public final class Latin1Reader extends Reader
Constructor and Description |
---|
Latin1Reader(byte[] buf,
int ptr,
int len) |
Latin1Reader(com.fasterxml.jackson.core.io.IOContext ctxt,
InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
getReadCharsCount() |
int |
read() |
int |
read(char[] cbuf) |
int |
read(char[] cbuf,
int start,
int len) |
public Latin1Reader(byte[] buf, int ptr, int len)
public Latin1Reader(com.fasterxml.jackson.core.io.IOContext ctxt, InputStream in)
public int getReadCharsCount()
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
Copyright © 2017 FasterXML. All rights reserved.