forked from openrs2/openrs2
Similar to existing JarInputStreamExtensions. Signed-off-by: Graham <gpe@openrs2.org>
parent
dfb1f3c0e6
commit
195ffa7967
@ -0,0 +1,7 @@ |
||||
package org.openrs2.util.io |
||||
|
||||
import java.util.zip.ZipEntry |
||||
import java.util.zip.ZipInputStream |
||||
|
||||
public val ZipInputStream.entries: Sequence<ZipEntry> |
||||
get() = generateSequence { nextEntry } |
Loading…
Reference in new issue