Skip to main content

Module reassembly

Module reassembly 

Source
Expand description

Contains the frame Reassembler: an inverse component to the Segmenter.

Structs§

Reassembler
Reassembler is a stream adaptor that reads Segments from the underlying stream and tries to put them into correct order so they form a Frame.

Traits§

ReassemblerExt
Stream extension methods for frame reassembly.