Uses of Class
com.fasterxml.jackson.dataformat.toml.UTF8Reader
-
Packages that use UTF8Reader Package Description com.fasterxml.jackson.dataformat.toml -
-
Uses of UTF8Reader in com.fasterxml.jackson.dataformat.toml
Methods in com.fasterxml.jackson.dataformat.toml that return UTF8Reader Modifier and Type Method Description static UTF8Reader
UTF8Reader. construct(byte[] buf, int ptr, int len)
static UTF8Reader
UTF8Reader. construct(com.fasterxml.jackson.core.io.IOContext ctxt, java.io.InputStream in, boolean autoClose)
-