Filterable.write

Write a portion of a message to this filter.

interface Filterable
void
write
(
const(ubyte)* input
,
size_t length
)

Parameters

input const(ubyte)*

the input as a ubyte array

length size_t

the length of the ubyte array input

Meta