Class PackageResourceStream

java.lang.Object
org.apache.wicket.util.resource.AbstractResourceStream
org.apache.wicket.core.util.resource.PackageResourceStream
All Implemented Interfaces:
Closeable, Serializable, AutoCloseable, IClusterable, IResourceStream, IModifiable

An IResourceStream that reads data from a resource in the classpath. It simply delegates all operations to the IResourceStream returned by the application's IResourceStreamLocator.
Author:
Jean-Baptiste Quenot, Tobias Soloschenko
See Also: