Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Application Framework file stream class. More...
#include <ilviews/appframe/stream.h>
Public Member Functions | |
IlvDvFileStream (const IlvPathName &pathName, IlBoolean saving, IlvDisplay *display=0) | |
Constructor of the IlvDvFileStream class. |
Application Framework file stream class.
Library: ilvappframe
IlvDvFileStream
is a subclass of IlvDvStream
.
It creates and manages a file stream. For example, it is used by the IlvDvDocument
class to read and save the document data in the document file.
IlvDvFileStream::IlvDvFileStream | ( | const IlvPathName & | pathName, | |
IlBoolean | saving, | |||
IlvDisplay * | display = 0 | |||
) |
Constructor of the IlvDvFileStream
class.
IlvDvFileStream
is a subclass of IlvDvStream
.
This method constructs and initializes an IlvDvFileStream
object using the given parameters.
pathName | Specifies the path of the file used for serialization. | |
saving | If IlTrue , the file stream is created as an output stream. Otherwise, it is created as an input stream. | |
display | Display to be used to serialize bitmaps. It must not be null if at least one bitmap must be serialized. |
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.