CStat

Contents Statistics of a Regular File.

Members

Functions

deallocate
void deallocate(bool nullify)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_contentId
SHA1Digest _contentId;
Undocumented in source.
bist
Bist bist;

Boolean Single Bistogram over file contents. If binHist0[cast(ubyte)x] is set then this file contains byte x. Consumes 32 bytes.

bitStatus
BitStatus bitStatus;
Undocumented in source.
hitCount
uint64_t hitCount;
Undocumented in source.
kindId
SHA1Digest kindId;
Undocumented in source.
xgram
XGram xgram;

Boolean Pair Bistogram (Digram) over file contents (higher-order statistics). If this RegFile contains a sequence of [byte0, bytes1], then bit at index byte0 + byte1 * 256 is set in xgram.

Meta