rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Application Framework Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvDvFileStream Class Reference

Application Framework file stream class. More...

#include <ilviews/appframe/stream.h>

Inheritance diagram for IlvDvFileStream:
IlvDvStream

List of all members.

Public Member Functions

 IlvDvFileStream (const IlvPathName &pathName, IlBoolean saving, IlvDisplay *display=0)
 Constructor of the IlvDvFileStream class.

Detailed Description

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.


Constructor & Destructor Documentation

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.

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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© 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.