OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Derived from TStream and istream, TInStream is a base class used to define input streams for documents. More...
#include <owl/docview.h>
Public Member Functions | |
TInStream (TDocument &doc, LPCTSTR name, int mode) | |
Constructs a TInStream object. | |
Public Member Functions inherited from owl::TStream | |
TDocument & | GetDocument () |
Returns the current document that is open for streaming. | |
~TStream () | |
Closes the stream. | |
int | GetOpenMode () |
Gets mode flags used when opening document streams. | |
LPCTSTR | GetStreamName () |
Gets the name of the stream used for opening the document. | |
Additional Inherited Members | |
Protected Member Functions inherited from owl::TStream | |
TStream (TDocument &doc, LPCTSTR name, int mode) | |
Constructs a TStream object. | |
Protected Attributes inherited from owl::TStream | |
TDocument & | Doc |
Stores the document that owns this stream. | |
TStream * | NextStream |
Points to the next stream in the list of active streams. | |
Derived from TStream and istream, TInStream is a base class used to define input streams for documents.