RawChunksCodecType
RawChunksCodecType =
Codec<Buffer[],Buffer[]>
Defined in: packages/codecs/src/types.ts:109
Type alias for codecs that work with chunked binary data (zero-copy). Input and output are both Buffer[].
RawChunksCodecType =
Codec<Buffer[],Buffer[]>
Defined in: packages/codecs/src/types.ts:109
Type alias for codecs that work with chunked binary data (zero-copy). Input and output are both Buffer[].