Stream<IChunk> reChunk(Stream<IChunk> chunks) => chunks.transform( IChunkExploder2(maxChunkSize: maxChunkSize, maxPostOverlap: maxPostOverlap), );