class JarExtractorInputStream : JarInputStream
Input stream that extract a jar archive in the provided destination while reading it
<init> |
Input stream that extract a jar archive in the provided destination while reading it JarExtractorInputStream(source: InputStream, destination: Path, verify: Boolean, sourceLocation: String?, outputNameTransformer: (String) -> String = {name -> name}, filter: (ZipEntry) -> Boolean = { true }) |
closeEntry |
fun closeEntry(): Unit |
getNextEntry |
fun getNextEntry(): ZipEntry? |
read |
fun read(): Intfun read(b: ByteArray, off: Int, len: Int): Int |