public class YamlUnicodeReader extends Reader
| Constructor and Description |
|---|
YamlUnicodeReader(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Charset |
getEncoding()
Get stream encoding or NULL if stream is uninitialized.
|
protected void |
init()
Read-ahead four bytes and check for BOM marks.
|
int |
read(char[] cbuf,
int off,
int len) |
public YamlUnicodeReader(InputStream in)
in - InputStream to be readpublic Charset getEncoding()
protected void init()
throws IOException
IOException - if InputStream cannot be createdpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionpublic int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionCopyright © 2018–2022. All rights reserved.