- 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 and Description |
BundleInputStream(org.apache.felix.framework.cache.Content root) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
int |
read() |
-
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.