Class LazyInputStream

java.lang.Object
java.io.InputStream
org.apache.sling.jcr.resource.internal.helper.LazyInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class LazyInputStream extends InputStream
Lazily acquired InputStream which only accesses the JCR Value InputStream if data is to be read from the stream.