8#ifndef BOTAN_BASEFILT_H__
9#define BOTAN_BASEFILT_H__
11#include <botan/filter.h>
20 void write(
const byte[],
size_t) {}
22 std::string
name()
const {
return "BitBucket"; }
34 void write(
const byte input[],
size_t length) {
send(input, length); }
36 std::string name()
const;
60 void write(
const byte input[],
size_t length) {
send(input, length); }
63 std::string name()
const;
Chain(Filter *=0, Filter *=0, Filter *=0, Filter *=0)
void write(const byte input[], size_t length)
void send(const byte in[], size_t length)
void write(const byte input[], size_t length)
Fork(Filter *, Filter *, Filter *=0, Filter *=0)
void write(const byte[], size_t)