Package org.apache.commons.codec
Class Resources
java.lang.Object
org.apache.commons.codec.Resources
Consider this class package private. Helps load resources.
- Since:
- 1.12
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic InputStream
getInputStream
(String name) Opens the given named resource from the given class.
-
Constructor Details
-
Resources
Deprecated.TODO Make private in 2.0.TODO Make private in 2.0.
-
-
Method Details
-
getInputStream
Opens the given named resource from the given class.- Parameters:
name
- The resource name.- Returns:
- An input stream.
-