libktorrent
2.1.1
|
#include <bencoder.h>
Public Member Functions | |
virtual void | write (const char *str, Uint32 len)=0 |
Interface for classes which wish to receive the output from a BEncoder.
Definition at line 37 of file bencoder.h.
|
pure virtual |
Write a string of characters.
str | The string |
len | The length of the string |
Implemented in bt::BEncoderIODeviceOutput, bt::BEncoderBufferOutput, and bt::BEncoderFileOutput.