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