Package net.sourceforge.jiu.apps
Class StringLoader
- java.lang.Object
-
- net.sourceforge.jiu.apps.StringLoader
-
-
Field Summary
Fields Modifier and Type Field Description private BufferedReader
in
private Integer
langCode
static String
resourceDirectory
The directory of language resource files, default:/resources/lang/
.
-
Constructor Summary
Constructors Constructor Description StringLoader()
StringLoader(String iso639Code)
-
-
-
Field Detail
-
in
private BufferedReader in
-
langCode
private Integer langCode
-
resourceDirectory
public static String resourceDirectory
The directory of language resource files, default:/resources/lang/
.
-
-
Constructor Detail
-
StringLoader
public StringLoader()
-
StringLoader
public StringLoader(String iso639Code)
-
-
Method Detail
-
load
public Strings load() throws IOException
- Throws:
IOException
-
-