Package de.galan.commons.io.resources
Class Resources
java.lang.Object
de.galan.commons.io.resources.Resources
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Resources
public Resources()
-
-
Method Details
-
read
- Throws:
IOException
-
read
- Throws:
IOException
-
readLines
- Throws:
IOException
-
readLines
public static List<String> readLines(Class<?> base, String name, Charset charset) throws IOException - Throws:
IOException
-