write abstract method

void write(
  1. List<int> bytes
)

Write to the output.

Implementation

void write(List<int> bytes);