Open bbengfort opened 7 years ago
Right now there is a mix of int and uint64 in the chunker methods. Change this to make sure unsigned ints are used where necessary.
The only weirdness about this is the use of a negative number in fixed length chunking so that the first chunk gets set correctly.
Right now there is a mix of int and uint64 in the chunker methods. Change this to make sure unsigned ints are used where necessary.
The only weirdness about this is the use of a negative number in fixed length chunking so that the first chunk gets set correctly.