Zip Archive Signature
data class ZipArchiveSignature(val dataChunkIndex: Int, val rangeWithinDataChunk: ByteRange, val sha1Hash: String)
Contains the "signature" of a ZIP archive as a SHA-1 hash value, and information on how it was calculated. This can be used to identify a ZIP archive using only a small portion of the ZIP archive data.