Package org.luwrain.util
Class ResourceUtils
java.lang.Object
org.luwrain.util.ResourceUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getStringResource
(Class c, String resourceName) static String
readStringResource
(Class c, String resourceName, String charset, String lineSeparator)
-
Constructor Details
-
ResourceUtils
public ResourceUtils()
-
-
Method Details
-
readStringResource
public static String readStringResource(Class c, String resourceName, String charset, String lineSeparator) throws IOException - Throws:
IOException
-
getStringResource
- Throws:
IOException
-