Class UrlLoader

java.lang.Object
de.cuioss.tools.io.UrlLoader
All Implemented Interfaces:
FileLoader, Serializable

public class UrlLoader extends Object implements FileLoader
This FileLoader takes a URL as its parameter which is useful when e.g. iterating over an enumeration of URLs from ClassLoader.getResources(String). It converts the given URL to a String and prefixes it with FileTypePrefix.URL.
Author:
Sven Haag
See Also: