class isockstream

Data type for input socket stream class

Public Methods

isockstream(int port)
The constructor takes as input the portnumber port on which it establishes a server
~isockstream()
Virtual destructor

Documentation

Data type for input socket stream class. The class is used as server to receive data from a client on specified port number. The user gets data from the stream as from any othr input stream. *
isockstream(int port)
The constructor takes as input the portnumber port on which it establishes a server. *

~isockstream()
Virtual destructor. If the data hasn't been sent it sends it. *


This class has no child classes.

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