Inheritance diagram for ulxr::FileProcessor:


Public Member Functions | |
| FileProcessor (std::ostream &ostr_ref, const CppString &fn) | |
| virtual void | process (const char *buffer, unsigned len) |
| Process a chunk of the message body somehow. | |
Private Attributes | |
| std::ostream & | target |
| CppString | name |
Definition at line 251 of file ulxr_http_client.cpp.
| ulxr::FileProcessor::FileProcessor | ( | std::ostream & | ostr_ref, | |
| const CppString & | fn | |||
| ) | [inline] |
Definition at line 254 of file ulxr_http_client.cpp.
| virtual void ulxr::FileProcessor::process | ( | const char * | buffer, | |
| unsigned | len | |||
| ) | [inline, virtual] |
Process a chunk of the message body somehow.
| buffer | pointer to the current chunk | |
| len | valid length of the buffer |
Reimplemented from ulxr::BodyProcessor.
Definition at line 258 of file ulxr_http_client.cpp.
References name, ulxr::SystemError, target, ulxr_i18n, and ULXR_PCHAR.
std::ostream& ulxr::FileProcessor::target [private] |
CppString ulxr::FileProcessor::name [private] |
1.5.1