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 UTFInputStreamReaderUTFInputStreamReader. create(java.io.InputStream input)Creates a newInputStreamReaderfrom theInputStreamwith UTF-8 as default encoding.static UTFInputStreamReaderUTFInputStreamReader. create(java.io.InputStream input, java.lang.String defaultEncoding)Creates a newInputStreamReaderfrom theInputStream.
-