Class Resources
java.lang.Object
org.apache.commons.codec.Resources
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InputStreamgetInputStream(String name) Gets an InputStream on the contents of the resource specified byname.
-
Constructor Details
-
Resources
-
-
Method Details
-
getInputStream
Gets an InputStream on the contents of the resource specified byname. The mapping between the resource name and the stream is managed by this class's class loader.- Parameters:
name- The resource name.- Returns:
- An input stream.
- See Also:
-