Package com.ibm.icu.impl.locale
Class XCldrStub.FileUtilities
- java.lang.Object
-
- com.ibm.icu.impl.locale.XCldrStub.FileUtilities
-
- Enclosing class:
- XCldrStub
public static class XCldrStub.FileUtilities extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.nio.charset.Charset
UTF8
-
Constructor Summary
Constructors Constructor Description FileUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getRelativeFileName(java.lang.Class<?> class1, java.lang.String filename)
static java.io.BufferedReader
openFile(java.lang.Class<?> class1, java.lang.String file)
static java.io.BufferedReader
openFile(java.lang.Class<?> class1, java.lang.String file, java.nio.charset.Charset charset)
-
-
-
Method Detail
-
openFile
public static java.io.BufferedReader openFile(java.lang.Class<?> class1, java.lang.String file)
-
openFile
public static java.io.BufferedReader openFile(java.lang.Class<?> class1, java.lang.String file, java.nio.charset.Charset charset)
-
getRelativeFileName
public static java.lang.String getRelativeFileName(java.lang.Class<?> class1, java.lang.String filename)
-
-