Uses of Interface
com.atlassian.confluence.util.io.InputStreamConsumer
- 
Packages that use InputStreamConsumer Package Description com.atlassian.confluence.impl.pages.thumbnail.renderer  - 
- 
Uses of InputStreamConsumer in com.atlassian.confluence.impl.pages.thumbnail.renderer
Methods in com.atlassian.confluence.impl.pages.thumbnail.renderer with parameters of type InputStreamConsumer Modifier and Type Method Description static <T> TThumbnailRenderer. withStreamConsumer(InputStream inputStream, InputStreamConsumer<T> sc)Call theInputStreamConsumerwith input stream ensuring that the input stream gets closed properly afterwards. 
 -