Filter.send

  1. void send(const(ubyte)* input, size_t length)
  2. void send(ubyte input)
  3. void send(Vector!(ubyte, ALLOC) input)
  4. void send(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) input)
  5. void send(Vector!(ubyte, ALLOC) input, size_t length)
  6. void send(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) input, size_t length)
    class Filter
    final
    void
    send
    (
    ALLOC
    )
    (
    auto const ref RefCounted!(Vector!(ubyte, ALLOC), ALLOC) input
    ,
    size_t length
    )

Parameters

input RefCounted!(Vector!(ubyte, ALLOC), ALLOC)

some input for the filter

length size_t

the number of bytes of in to send

Meta