public class BOMReader extends Reader
FileInputStream fis = new FileInputStream(file);
BOMReader uin = new BOMReader(fis);
| Constructor and Description |
|---|
BOMReader(InputStream in)
构造
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
read(char[] cbuf,
int off,
int len) |
public BOMReader(InputStream in)
in - 流public int read(char[] cbuf,
int off,
int len)
throws IOException
read in class ReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ReaderIOExceptionCopyright © 2022. All rights reserved.