public final class EncodingAwareReaderFactory extends Object
| Constructor and Description |
|---|
EncodingAwareReaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
Reader |
createReader(InputStream is)
Creates java.io.Reader instances with detected encoding from the input stream
using BOM if present or JSON spec.
|
public Reader createReader(InputStream is) throws IOException
Copyright © 2019. All rights reserved.