CodecBuffer<T> constructor

CodecBuffer<T>(
  1. int length
)

Creates a new codec buffer of length.

Implementation

CodecBuffer(this.length);