Class LazyFileInputStream

java.lang.Object
java.io.InputStream
org.apache.jackrabbit.util.LazyFileInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class LazyFileInputStream extends InputStream
This Class implements an InputStream that provides the same functionality as a FileInputStream but opens the file by the first file access.