Uses of Interface
com.atlassian.confluence.util.io.InputStreamConsumer
Packages that use InputStreamConsumer
-
Uses of InputStreamConsumer in com.atlassian.confluence.impl.pages.thumbnail.renderer
Methods in com.atlassian.confluence.impl.pages.thumbnail.renderer with parameters of type InputStreamConsumerModifier and TypeMethodDescriptionstatic <T> T
ThumbnailRenderer.withStreamConsumer
(InputStream inputStream, InputStreamConsumer<T> sc) Call theInputStreamConsumer
with input stream ensuring that the input stream gets closed properly afterwards.