WriteChannel.write

Writes as much data as possible to the output.

interface WriteChannel
@safe
void
write
(
scope const(ubyte)[] data
)

Return Value

Type: void

a slice of the data that is left to write.

Meta