Actions
Feature #5247
closedSegmenter: simple content segmentation helper
Start date:
Due date:
% Done:
100%
Estimated time:
Tags:
Description
Implement a Segmenter
helper class/function to satisfy a common need of many applications: segmenting a (large) object into multiple Data packets, following the usual naming conventions for segmentation.
For this task, only the simpler case of a finite object and "eager" segmentation should be supported. More complex cases are deferred to #4696.
Actions