|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
//////////////////////////////////////////////////
Variables:
Methods:
- StreamTypeC()
-
Default constructor.
- ~StreamTypeC()
-
Destructor.
- const char * TypeName()
-
Get type of stream.
- IStreamC OpenI(const StringC & strm,BooleanT binary = false,BooleanT buffered = true)
-
Open input stream.
- OStreamC OpenO(const StringC & strm,BooleanT binary = false,BooleanT buffered = true)
-
Open ouput stream.
- StreamTypeC * Find(const char * atypename)
-
Find a stream of the named type.
Returns 0 if not found.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|