Uses of Class
org.openstreetmap.josm.io.UTFInputStreamReader
-
Packages that use UTFInputStreamReader Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of UTFInputStreamReader in org.openstreetmap.josm.io
Methods in org.openstreetmap.josm.io that return UTFInputStreamReader Modifier and Type Method Description static UTFInputStreamReader
UTFInputStreamReader. create(java.io.InputStream input)
Creates a newInputStreamReader
from theInputStream
with UTF-8 as default encoding.static UTFInputStreamReader
UTFInputStreamReader. create(java.io.InputStream input, java.lang.String defaultEncoding)
Creates a newInputStreamReader
from theInputStream
.
-