Class RenditionClosingInputStream

java.lang.Object
java.io.InputStream
com.saperion.connector.renditions.RenditionClosingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class RenditionClosingInputStream extends InputStream
This class links an InputStream to a Rendition so that the rendition will be closed when the InputStream is closed. It is meant to be used in situations where a Rendition can't be closed because it's InputStream is handed over to another method.
Author:
cmerkel