Filter.write

Write a portion of a message to this filter.

  1. void write(const(ubyte)[] input)
    class Filter
    public final
    void
    write
    (
    const(ubyte)[] input
    )
  2. void write(const(ubyte)* input, size_t length)

Parameters

input const(ubyte)[]

the input as a ubyte array

Meta