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