net.sourceforge.jiu.apps

Class StringLoader


public class StringLoader
extends java.lang.Object

This class loads a Strings resource from a text file. The text file must contain one
Author:
Marco Schmidt
Since:
0.12.0

Field Summary

private BufferedReader
in
private Integer
langCode
static String
resourceDirectory
The directory of language resource files, default: /resources/lang/.

Constructor Summary

StringLoader()
StringLoader(String iso639Code)

Method Summary

Strings
load()

Field Details

in

private BufferedReader in

langCode

private Integer langCode

resourceDirectory

public static String resourceDirectory
The directory of language resource files, default: /resources/lang/.

Constructor Details

StringLoader

public StringLoader()

StringLoader

public StringLoader(String iso639Code)

Method Details

load

public Strings load()
            throws IOException