Changeset 8926 in josm for trunk/src/org/openstreetmap/josm/io/UTFInputStreamReader.java
- Timestamp:
- 2015-10-22T02:01:00+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/UTFInputStreamReader.java
r8510 r8926 16 16 * Creates a new {@link InputStreamReader} from the {@link InputStream} with UTF-8 as default encoding. 17 17 * @return A reader with the correct encoding. Starts to read after the BOM. 18 * @throws IOException if any I/O error occurs 18 19 * @see #create(java.io.InputStream, String) 19 20 */ … … 26 27 * @param defaultEncoding Used, when no BOM was recognized. Can be null. 27 28 * @return A reader with the correct encoding. Starts to read after the BOM. 29 * @throws IOException if any I/O error occurs 28 30 */ 29 31 public static UTFInputStreamReader create(InputStream input, String defaultEncoding) throws IOException {
Note:
See TracChangeset
for help on using the changeset viewer.
