Class VaultFileInputStream

java.lang.Object
java.io.InputStream
org.apache.jackrabbit.vault.fs.VaultFileInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class VaultFileInputStream extends InputStream
Implements an input stream on a jcr file file. It accesses the artifact of the platform file an wraps either it's input stream or provides one using a tmp file. If possible, use the VaultFileImpl.getArtifact() directly.