8 #ifndef BOTAN_BASEFILT_H__
9 #define BOTAN_BASEFILT_H__
11 #include <botan/filter.h>
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;
void write(const byte input[], size_t length)
void write(const byte[], size_t)
void write(const byte input[], size_t length)