Zip Archive Information
data class ZipArchiveInformation(val dataChunkDescriptors: List<ByteRange>, val signature: ZipArchiveSignature, val zipEntries: List<ZipEntry>)
Zip archive information containing all file entries in the zip and their chunk byte range configuration
Constructors
Link copied to clipboard
fun ZipArchiveInformation(dataChunkDescriptors: List<ByteRange>, signature: ZipArchiveSignature, zipEntries: List<ZipEntry>)