ZipEntry2

data class ZipEntry2(    val path: String,     val compressionMethod: Int,     val isDirectory: Boolean,     val time: DosFileDateTime,     val offset: Int,     val inode: Long,     val headerEntry: AsyncStream,     val compressedSize: Long,     val uncompressedSize: Long)

Constructors

Link copied to clipboard
constructor(    path: String,     compressionMethod: Int,     isDirectory: Boolean,     time: DosFileDateTime,     offset: Int,     inode: Long,     headerEntry: AsyncStream,     compressedSize: Long,     uncompressedSize: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val inode: Long
Link copied to clipboard
Link copied to clipboard
val offset: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard