#include <llpipeutil.h>
Inheritance diagram for LLIOASCIIFuzz:
Public Member Functions | |
LLIOASCIIFuzz (int byte_count) | |
Protected Member Functions | |
virtual EStatus | process_impl (const LLChannelDescriptors &channels, buffer_ptr_t &buffer, bool &eos, LLSD &context, LLPumpIO *pump) |
Private Attributes | |
int | mByteCount |
Definition at line 113 of file llpipeutil.h.
LLIOASCIIFuzz::LLIOASCIIFuzz | ( | int | byte_count | ) | [inline] |
Definition at line 116 of file llpipeutil.h.
LLIOPipe::EStatus LLIOASCIIFuzz::process_impl | ( | const LLChannelDescriptors & | channels, | |
buffer_ptr_t & | buffer, | |||
bool & | eos, | |||
LLSD & | context, | |||
LLPumpIO * | pump | |||
) | [protected, virtual] |
Definition at line 135 of file llpipeutil.cpp.
References llmin(), mByteCount, LLChannelDescriptors::out(), size, and LLIOPipe::STATUS_OK.
int LLIOASCIIFuzz::mByteCount [private] |