Documentation ¶
Overview ¶
Package sfv provides a simple way of reading and verifying SFV (Simple File Verification) files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBufSize ¶
func GetBufSize() uint64
func SetBufSize ¶
func SetBufSize(bs int)
Types ¶
type Checksum ¶
Checksum represents a line in a SFV file, containing the filename, full path to the file and the CRC32 checksum
type SFV ¶
SFV contains all the checksums read from a SFV file.
func Find ¶
Find tries to find a SFV file in the given path. If multiple SFV files exist in path, the first one will be returned.
func Read ¶
Read reads a SFV file from filepath and creates a new SFV containing checksums parsed from the SFV file.
Click to show internal directories.
Click to hide internal directories.