public class UnicodeInputStream extends FilterInputStream
| Modifier and Type | Field and Description |
|---|---|
String |
encoding |
boolean |
hasBOM |
in| Constructor and Description |
|---|
UnicodeInputStream(InputStream delegate) |
UnicodeInputStream(InputStream delegate,
EncodingDetector detector) |
| Modifier and Type | Method and Description |
|---|---|
InputStreamReader |
createReader() |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skippublic final String encoding
public final boolean hasBOM
public UnicodeInputStream(InputStream delegate) throws IOException
IOExceptionpublic UnicodeInputStream(InputStream delegate, EncodingDetector detector) throws IOException
IOExceptionpublic int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic InputStreamReader createReader()
Copyright © 2021. All rights reserved.