Skip to main content

Module types

Module types 

Source
Expand description

Data types for PAR2 file sets.

Structs§

DamagedFile
A file that exists but has damage.
MissingFile
A file that is missing entirely.
Par2File
Metadata for a single file in the PAR2 set.
Par2FileSet
A parsed PAR2 file set containing all metadata needed for verification.
SliceChecksum
Checksum data for a single slice (block) of a file.
VerifiedFile
A file that passed verification.
VerifyResult
Result of verifying a PAR2 file set against actual files on disk.

Type Aliases§

Id16
16-byte identifier (Recovery Set ID, File ID, etc.).
Md5Hash
16-byte MD5 hash.