Class Strings
java.lang.Object
de.gurkenlabs.litiengine.resources.Strings
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanString[]Get a list of strings from the specified raw text files.voidsetEncoding(Charset charset)
-
Field Details
-
DEFAULT_BUNDLE
- See Also:
-
-
Method Details
-
setEncoding
-
get
-
get
-
getFrom
-
getList
Get a list of strings from the specified raw text files. Strings are separated by a new line.
This method is not cached. Ever call will open up a newInputStreamto read the strings from the text file.- Parameters:
textFile- The text file that will be retrieved.- Returns:
- A list with all strings that are contained by the text file.
-
contains
-
contains
-