Class JarStreamModule

All Implemented Interfaces:
Module, Closeable, AutoCloseable

public class JarStreamModule extends JarInputStream implements Module
Read in a jar file from an input stream. Most parts are copied from the NestedJarFileModule class and adapted to work with an input stream.
Author:
Juergen Graf <juergen.graf@gmail.com>