method Enumerable.prototype.writeBytesTo Enumerable.prototype.writeBytesTo(writer: Writer & Closer): ByteSink<T> Dump output to a writer and close it. This is a low-level asynchronous write of bytes without locking. Parameters writer: Writer & Closer The target writer. Return Type ByteSink<T>