fun verify()

in lib/src/main/kotlin/org/jetbrains/zip/signer/verifier/ZipVerifier.kt [58:60]


    fun verify(path: Path): ZipVerificationResult {
        return FileChannel.open(path, StandardOpenOption.READ).use { verify(SeekableByteChannelDataSource(it)) }
    }