I want to use BufferedReader's readLine method to read one line at a
time from a text file. This text file may be in any encoding
however, such as UTF-8, Windows-1252, Shift-JIS, etc. I don't need
to auto-detect the encoding. Is there a way to tell BufferedReader
to use a specific encoding?