CodecResult constructor
Construct a CodecResult that defines the number of bytes that were read and written by a Codec routine.
Implementation
const CodecResult(this.readCount, this.writeCount,
{this.adjustBufferCounts = true});
Construct a CodecResult that defines the number of bytes that were read and written by a Codec routine.
const CodecResult(this.readCount, this.writeCount,
{this.adjustBufferCounts = true});