libktorrent
2.1.1
|
#include <bencoder.h>
Public Member Functions | |
BEncoderBufferOutput (QByteArray &data) | |
void | write (const char *str, Uint32 len) override |
Write the output of a BEncoder to a QByteArray
Definition at line 64 of file bencoder.h.
|
overridevirtual |
Write a string of characters.
str | The string |
len | The length of the string |
Implements bt::BEncoderOutput.