File

class File(val zipPath: String) : NoZipFileContent

Constructors

Link copied to clipboard
constructor(zipPath: String)

Properties

Link copied to clipboard
open override val zipPath: String

Functions

Link copied to clipboard
open override fun getSubFile(relativePath: String): NoZipFileContent.File?