XChunkList extension

Extension on Stream<Chunk> that adds the ability to create overlapping chunks.

on

Methods

overlap(int amount) Stream<Chunk>

Available on Stream<Chunk>, provided by the XChunkList extension

Creates a new stream where each chunk overlaps with the previous chunk's content.