Package | Description |
---|---|
org.openstreetmap.josm.io |
Modifier and Type | Method and Description |
---|---|
static UTFInputStreamReader |
UTFInputStreamReader.create(InputStream input)
Creates a new
InputStreamReader from the InputStream with UTF-8 as default encoding. |
static UTFInputStreamReader |
UTFInputStreamReader.create(InputStream input,
String defaultEncoding)
Creates a new
InputStreamReader from the InputStream . |