Class ResourceIteratorInputStream
java.lang.Object
java.io.InputStream
org.apache.sling.servlets.post.impl.helper.ResourceIteratorInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
An input stream that reads from a list of resources that can be adapted into input streams.
-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, transferTo
-
Constructor Details
-
ResourceIteratorInputStream
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-