kget
bt::BEncoderOutput Class Reference
#include <bencoder.h>
Inheritance diagram for bt::BEncoderOutput:

Detailed Description
Interface for classes which wish to receive the output from a BEncoder.
Definition at line 36 of file bencoder.h.
Public Member Functions | |
| virtual void | write (const char *str, Uint32 len)=0 |
| virtual | ~BEncoderOutput () |
Constructor & Destructor Documentation
| virtual bt::BEncoderOutput::~BEncoderOutput | ( | ) | [inline, virtual] |
Definition at line 39 of file bencoder.h.
Member Function Documentation
| virtual void bt::BEncoderOutput::write | ( | const char * | str, | |
| Uint32 | len | |||
| ) | [pure virtual] |
Write a string of characters.
- Parameters:
-
str The string len The length of the string
Implemented in bt::BEncoderFileOutput, and bt::BEncoderBufferOutput.
The documentation for this class was generated from the following file:
KDE 4.2 API Reference