Home » pdfbox-1.1.0-src » org.apache.pdfbox.util » [javadoc | source]
org.apache.pdfbox.util
public class: ResourceLoader [javadoc | source]
java.lang.Object
   org.apache.pdfbox.util.ResourceLoader
This class will handle loading resource files(AFM/CMAP).
Method from org.apache.pdfbox.util.ResourceLoader Summary:
loadProperties,   loadProperties,   loadResource
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.pdfbox.util.ResourceLoader Detail:
 public static Properties loadProperties(String resourceName,
    boolean failIfNotFound) throws IOException 
    This will attempt to load the resource given the resource name.
 public static Properties loadProperties(String resourceName,
    Properties defaults) throws IOException 
    This will attempt to load the resource given the resource name.
 public static InputStream loadResource(String resourceName) throws IOException 
    This will attempt to load the resource given the resource name.