Klasse ResourceIteratorInputStream
java.lang.Object
java.io.InputStream
org.apache.sling.servlets.post.impl.helper.ResourceIteratorInputStream
- Alle implementierten Schnittstellen:
Closeable,AutoCloseable
An input stream that reads from a list of resources that can be adapted into input streams.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungResourceIteratorInputStream(Iterator<org.apache.sling.api.resource.Resource> iterator) -
Methodenübersicht
Von Klasse geerbte Methoden java.io.InputStream
available, close, mark, markSupported, nullInputStream, read, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
-
Konstruktordetails
-
ResourceIteratorInputStream
-
-
Methodendetails
-
read
- Angegeben von:
readin KlasseInputStream- Löst aus:
IOException
-