Public Member Functions | |
| Desc () | |
| void | imageInfo (uint64 len, const MD5Sum &md5, size_t blockLength) |
| void | unmatchedData (uint64 len) |
| void | matchedFile (uint64 len, const RsyncSum64 &r, const MD5Sum &md5) |
| bostream & | put (bostream &s, MD5Sum *md) |
Calls to descUnmatchedData() are allowed to accumulate, so that >1 consecutive unmatched data areas are merged into one in the DESC section.
| MkTemplate::Desc::Desc | ( | ) | [inline] |
| void MkTemplate::Desc::imageInfo | ( | uint64 | len, | |
| const MD5Sum & | md5, | |||
| size_t | blockLength | |||
| ) | [inline] |
References files.
| void MkTemplate::Desc::unmatchedData | ( | uint64 | len | ) | [inline] |
References files, JigdoDesc::UnmatchedData::resize(), and JigdoDesc::UnmatchedData::size().
| void MkTemplate::Desc::matchedFile | ( | uint64 | len, | |
| const RsyncSum64 & | r, | |||
| const MD5Sum & | md5 | |||
| ) | [inline] |
References files.
1.5.6