ZlibOutput.write

Compresses the given data to the underlying conduit.

Returns the number of bytes from src that were compressed; write should always consume all data provided to it, although it may not be immediately written to the underlying output stream.

class ZlibOutput
override
size_t
write
(
const(void)[] src
)

Meta