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

Detailed Description
Write the output of a BEncoder to a QByteArray.Definition at line 63 of file bencoder.h.
Public Member Functions | |
| BEncoderBufferOutput (QByteArray &data) | |
| void | write (const char *str, Uint32 len) |
Constructor & Destructor Documentation
| bt::BEncoderBufferOutput::BEncoderBufferOutput | ( | QByteArray & | data | ) |
Definition at line 42 of file bencoder.cpp.
Member Function Documentation
| void bt::BEncoderBufferOutput::write | ( | const char * | str, | |
| Uint32 | len | |||
| ) | [virtual] |
Write a string of characters.
- Parameters:
-
str The string len The length of the string
Implements bt::BEncoderOutput.
Definition at line 46 of file bencoder.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference