Click or drag to resize
ChecksumFile Class
A class that can read a checksum file.
Inheritance Hierarchy
SystemObject
  VirtualRadar.Interface.WebSiteChecksumFile

Namespace: VirtualRadar.Interface.WebSite
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class ChecksumFile

The ChecksumFile type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLoad
Parses the content of a checksum file into checksum file entries.
Top
Remarks

A checksum file is a flat text file with one line per file. The format of the line is:
CHECKSUM FILE-SIZE FILE-PATH-FROM-ROOT.

The checksum and file size can be generated by static methods on CheckSumFileEntry.

See Also