public class Utf8Reader extends InputStreamReader
| Constructor and Description |
|---|
Utf8Reader(File file)
Creates a new UTF-8 reader.
|
Utf8Reader(InputStream in)
Creates a new UTF-8 reader.
|
close, getEncoding, read, read, readypublic Utf8Reader(InputStream in)
in - the input stream to read frompublic Utf8Reader(File file) throws FileNotFoundException
file - the file to read fromFileNotFoundException - if the file does not exist or cannot be
openedCopyright © 2012–2018 Michael Angstadt. All rights reserved.