Class BundleInputStream
- java.lang.Object
-
- java.io.InputStream
-
- org.apache.felix.framework.security.util.BundleInputStream
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
public final class BundleInputStream extends java.io.InputStream
This class makes a given content available as a inputstream with a jar content. In other words the stream can be used as input to a JarInputStream.
-
-
Constructor Summary
Constructors Constructor Description BundleInputStream(org.apache.felix.framework.cache.Content root)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
read()
-