JarFileWalker

A singleton object that provides a utility function for walking through the contents of a JAR file.

Functions

Link copied to clipboard
fun walk(path: String, function: (Path, InputStream?) -> Unit)

Walks through the contents of a JAR file located at the given path, invoking the specified function for each file.