addBuilderOutput method

void addBuilderOutput(
  1. Uint8Buffer buffer
)
inherited

Add the output of a builder to the encoding stream.

Implementation

void addBuilderOutput(typed.Uint8Buffer buffer) {
  _writeRawBuffer(buffer);
  _builderHookImpl(false);
}