public class InputStreamToReader extends Object
This class will detect the byte order mark and instantiate the appropriate reader. Source: http://blog.publicobject.com/2010/08/handling-byte-order-mark-in-java.html
| Constructor and Description |
|---|
InputStreamToReader() |
| Modifier and Type | Method and Description |
|---|---|
static Reader |
inputStreamToReader(InputStream xin) |
public static Reader inputStreamToReader(InputStream xin) throws IOException
IOExceptionCopyright © 2018 SEMS project @ University of Rostock. All rights reserved.