Encoder constructor

Encoder(
  1. Output out
)

Construction

Implementation

Encoder(Output out) {
  _out = out;
  _builderHook = nullBuilderHook;
}