CStat

Contents Statistics of a Regular File.

struct CStat {
SHA1Digest kindId;
SHA1Digest _contentId;
uint64_t hitCount;
BitStatus bitStatus;
}

Members

Variables

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.

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