CodecBuffer<T> constructor
CodecBuffer<T> (
- int length
Creates a new codec buffer of length
.
Implementation
CodecBuffer(this.length);
Creates a new codec buffer of length
.
CodecBuffer(this.length);