namespace Akenti class SocketInputStream : public istream

A SocketInputStream is subclass of istream

Inheritance:


Public Methods

SocketInBuffer (const IOHandler& fd)
Constructs this object
~SocketInBuffer ()
Destroys this object
string paramString () const
Returns a string representation for SocketInBuffer which is used for debugging purposes
SocketInputStream (streambuf* buf)
Constructs this object
~SocketInputStream ()
Destroys this object

Protected Methods

int underflow ()
Reponsible for inserting characters into the buffer

Documentation

A SocketInputStream is subclass of istream. Provides the input stream for the socket.
SocketInBuffer(const IOHandler& fd)
Constructs this object.
Parameters:
fd - the descriptor

~SocketInBuffer()
Destroys this object

string paramString() const
Returns a string representation for SocketInBuffer which is used for debugging purposes.
Returns:
debugging info

int underflow()
Reponsible for inserting characters into the buffer.
Returns:
the current read position of the buffer

SocketInputStream(streambuf* buf)
Constructs this object.
Parameters:
buf - the input stream buffer

~SocketInputStream()
Destroys this object


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/11/01

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de