ExtraFramingX extension

on

Methods

decodeFramesIntoPooled(BorrowedBytesCodec codec, void onFrame(PooledBytes frame), {BufferPool? pool, int capacity = 64 * 1024, bool allowTrailingBytesAtEof = false, bool cancelOnError = false}) Future<void>

Available on Stream<List<int>>, provided by the ExtraFramingX extension

Decode byte frames into pooled owned buffers.