Go to the documentation of this file.
8 #ifndef BOTAN_DATA_SINK_H__
9 #define BOTAN_DATA_SINK_H__
11 #include <botan/filter.h>
27 DataSink(
const DataSink&);
36 std::string
name()
const {
return identifier; }
38 void write(
const byte[],
size_t);
46 const std::string& name =
"<std::ostream>");
55 bool use_binary =
false);
59 const std::string identifier;