Open bbengfort opened 7 years ago
The fixed length chunker and the variable length chunker return two different data for the Offset() method.
Offset()
Fixed length returns the end index, where variable length returns the length of the current block.
Modify fixed length to return the end index.
The fixed length chunker and the variable length chunker return two different data for the
Offset()
method.Fixed length returns the end index, where variable length returns the length of the current block.
Modify fixed length to return the end index.