encodeTo method

void encodeTo(
  1. Output output
)

Implementation

void encodeTo(Output output) {
  U8Codec.codec.encodeTo(0, output);
}