CodedBufferWriter constructor

CodedBufferWriter()

Implementation

CodedBufferWriter() {
  // Initialize [_outputChunk].
  _commitChunk(true);
}