| Package | Description |
|---|---|
| org.openstreetmap.josm.io |
Provides the classes for JOSM input/output support.
|
| Modifier and Type | Method and Description |
|---|---|
static UTFInputStreamReader |
UTFInputStreamReader.create(java.io.InputStream input)
Creates a new
InputStreamReader from the InputStream with UTF-8 as default encoding. |
static UTFInputStreamReader |
UTFInputStreamReader.create(java.io.InputStream input,
java.lang.String defaultEncoding)
Creates a new
InputStreamReader from the InputStream. |