writeTo method

void writeTo(
  1. OutputStream out
)
inherited

Implementation

void writeTo(OutputStream out) {
  out.writeAll(buf, 0, count);
}