Package org.apache.commons.codec
Class Resources
- java.lang.Object
-
- org.apache.commons.codec.Resources
-
public class Resources extends java.lang.Object
Consider this class package private. Helps load resources.- Since:
- 1.12
-
-
Constructor Summary
Constructors Constructor Description Resources()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.io.InputStream
getInputStream(java.lang.String name)
Opens the given named resource from the given class.
-