23 #include <ktorrent_export.h>
24 #include <util/file.h>
46 virtual void write(
const char* str,Uint32 len) = 0;
58 void write(
const char* str,Uint32 len)
override;
71 void write(
const char* str,Uint32 len)
override;
80 void write(
const char* str,Uint32 len)
override;
128 void write(
const QByteArray& key,T val)
163 void write(
const char* str);
170 void write(
const QByteArray & data);
177 void write(
const Uint8* data,Uint32 size);
void write(const char *str, Uint32 len) override
void write(const QByteArray &data)
Helper class to b-encode stuff.
BEncoder(BEncoderOutput *out)
virtual void write(const char *str, Uint32 len)=0
Wrapper class for stdio's FILE.
void write(const Uint8 *data, Uint32 size)
void write(const char *str, Uint32 len) override
void write(const char *str, Uint32 len) override