|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Variables:
Methods:
- BinOStreamC(const OStreamC & nOut)
-
Constructor.
- BinOStreamC(int fd)
-
Constructor.
From a file descriptor.
- BinOStreamC(const StringC & nOut,BooleanT buffered = true)
-
Constructor.
- BinOStreamC()
-
Default construtor.
- BinOStreamC & OBuff(const char * buff,IntT len)
-
Charactor buffer. NB. Length is NOT saved.
- BinOStreamC & operator<<(char dat)
-
- BinOStreamC & operator<<(signed char dat)
-
- BinOStreamC & operator<<(unsigned char dat)
-
- BinOStreamC & operator<<(Int16T dat)
-
- BinOStreamC & operator<<(UInt16T dat)
-
- BinOStreamC & operator<<(IntT dat)
-
- BinOStreamC & operator<<(UIntT dat)
-
Unsigned int.
- BinOStreamC & operator<<(FloatT dat)
-
- BinOStreamC & operator<<(RealT dat)
-
- BinOStreamC & operator<<(BooleanT dat)
-
- BinOStreamC & operator<<(const char * text)
-
- streampos Tell() const
-
Where are we in the stream.
- void Seek(streampos to)
-
Goto a position in the stream.
- const StringC & Name() const
-
Returns the name of the stream.
- OStreamC & Stream()
-
Access underlying stream.
- const OStreamC & Stream() const
-
Access underlying stream.
|
Programmer:Charles Galambos, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|