Puma Reference Manual | Puma::FdSource Class Reference |
#include <FdSource.h>
Public Member Functions | |
FdSource () | |
FdSource (int fdesc) | |
virtual | ~FdSource () |
virtual int | read (char *dest, int n) |
void | fd (int fdesc) |
int | fd () |
int | size () |
Puma::FdSource::FdSource | ( | ) | [inline] |
Puma::FdSource::FdSource | ( | int | fdesc | ) | [inline] |
virtual Puma::FdSource::~FdSource | ( | ) | [inline, virtual] |
void Puma::FdSource::fd | ( | int | fdesc | ) | [inline] |
int Puma::FdSource::fd | ( | ) | [inline] |
virtual int Puma::FdSource::read | ( | char * | dest, |
int | n | ||
) | [inline, virtual] |
Implements Puma::Source.
Reimplemented in Puma::FileSource.
int Puma::FdSource::size | ( | ) | [inline, virtual] |
Reimplemented from Puma::Source.