|
libktorrent
2.1.1
|
#include <bencoder.h>

Public Member Functions | |
| BEncoderFileOutput (File *fptr) | |
| void | write (const char *str, Uint32 len) override |
Writes the output of a bencoder to a file
Definition at line 52 of file bencoder.h.
|
overridevirtual |
Write a string of characters.
| str | The string |
| len | The length of the string |
Implements bt::BEncoderOutput.
1.8.18