|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
OBSOLETE use IStreamC instead
Parent Classes:
Methods:
- ImageIStreamC(const FilenameC & fileName)
-
Opens the input stream. If the
file name is '-' the input image stream is attached to the standard
input stream 'cin'.
- ImageIStreamC(istream & s)
-
Attaches the input stream 's'.
- istream & Stream()
-
Returns the input stream.
- const char * Name() const
-
Returns the name of the stream.
- BooleanT IsEOF() const
-
Returns TRUE if the end of stream was detected.
- BooleanT IsFailEOF() const
-
Returns TRUE after the attempt to read after the end of file.
- void CorrectEOF()
-
This member function can be used to set "eof" state only after
unsuccessful reading across the end of file.
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|