Searched defs:ZipEntry (Results 1 – 2 of 2) sorted by relevance
93 private val ZipEntry.fileName: String in lookup() constant96 private val ZipEntry.path: String in lookup() constant99 private val ZipEntry.extension: String? in lookup() constant
11 fun ZipEntry.isClassFile() = !this.isDirectory && this.name.endsWith(SdkConstants.DOT_CLASS) method