class IStream

Overflow IStream (input Stream) type, wraps a C++ istream More...

Definition#include <data-flow/include/net_types.h>
InheritsStream [virtual public]
Inherited byIOStream
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

Overflow IStream (input Stream) type, wraps a C++ istream

 IStream (istream *_str, bool _owner=true) : Stream(_owner) , int_istream(_str)

IStreamread (char *ch, int len)

int  gcount ()

int  eof ()

int  fail ()

IStreamgetline (char *ch, int len)

 operator istream & ()

void  printOn (ostream &out)

[const]

IStream ()

IStreamseekg (int pos, ios::seekdir dir)

template <class T> IStreamoperator >> (T &obj)