Class Resources

java.lang.Object
org.apache.commons.codec.Resources

public class Resources extends Object
Consider this class package private. Helps load resources.
Since:
1.12
  • Constructor Details

    • Resources

      Deprecated.
      TODO Make private in 2.0.
      TODO Make private in 2.0.
  • Method Details

    • getInputStream

      public static InputStream getInputStream(String name)
      Gets a read-only stream on the contents of the resource specified by resName. 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: