Package org.apache.felix.framework
Class BundleProtectionDomain.BundleInputStream
java.lang.Object
java.io.InputStream
org.apache.felix.framework.BundleProtectionDomain.BundleInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
BundleProtectionDomain
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private ByteArrayInputStream
private final Enumeration
private JarOutputStream
private final BundleProtectionDomain.OutputStreamBuffer
private final Content
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
-
Field Details
-
m_root
-
m_content
-
m_outputBuffer
-
m_buffer
-
m_output
-
DUMMY_ENTRY
- See Also:
-
-
Constructor Details
-
BundleInputStream
- Throws:
IOException
-
-
Method Details
-
read
- Specified by:
read
in classInputStream
- Throws:
IOException
-
readNext
- Throws:
IOException
-