Chunker.Chunk

One content-dependent chunk of bytes whose end was cut when the Rabin Fingerprint had the value stored in cut.

struct Chunker(R)
struct Chunk {}

Members

Variables

cut
ulong cut;

Value of the rolling hash when the chunk was cut.

data
ubyte[] data;

Contents of the chunk.

Meta