libktorrent
2.2.0
|
#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.