ZipEntry

constructor(    versionMadeBy: Int,     extractVersion: Int,     headerOffset: Long,     compressionMethod: Int,     flags: Int,     date: Int,     time: Int,     crc32: Int,     compressedSize: Int,     uncompressedSize: Int,     nameBytes: ByteArray,     extraBytes: ByteArray,     diskNumberStart: Int,     internalAttributes: Int,     externalAttributes: Int,     commentBytes: ByteArray)