JarExtractorInputStream(source: InputStream, destination: Path, verify: Boolean, sourceLocation: String?, outputNameTransformer: (String) -> String = {name -> name}, filter: (ZipEntry) -> Boolean = { true })
Input stream that extract a jar archive in the provided destination while reading it