Class CombinedResourceInputStream

java.lang.Object
java.io.InputStream
org.omnifaces.resourcehandler.CombinedResourceInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public final class CombinedResourceInputStream extends InputStream

This InputStream implementation takes care that all in the constructor given resources are been read in sequence.

Author:
Bauke Scholtz