write static method

int write(
  1. EncodeException value,
  2. Uint8List buf
)

Implementation

static int write(EncodeException value, Uint8List buf) {
  return value.write(buf);
}