Filter interface for Transformations
Filter interface for Transformations
Write bytes into the buffered filter, which will them emit them in calls to bufferedBlock in the subclass
const(ubyte)* input | the input bytes |
size_t input_size | of input in bytes |
Reset the buffer position
Finish a message, emitting to bufferedBlock and bufferedFinal Will throw new an exception if less than final_minimum bytes were written into the filter.