DWFToolkit::DWFPackageFileDescriptor Class Reference
[DWF Package API]

#include "dwf/package/utility/DWFPackageFileDescriptor.h"

List of all members.


Detailed Description

A special file descriptor for DWF package files.

Since:
7.0.1
This file descriptor is used for writing DWF packages to disk. It adds the DWF file header and provides compression options that the DWFCore::DWFZipFileDescriptor does not.

Definition at line 54 of file DWFPackageFileDescriptor.h.

Public Member Functions

_DWFTK_API DWFPackageFileDescriptor (const DWFFile &rFile, DWFZipFileDescriptor::teFileMode eMode=DWFZipFileDescriptor::eZipSmallest, unsigned short nVersionMajor=_DWF_FORMAT_VERSION_CURRENT_MAJOR, unsigned short nVersionMinor=_DWF_FORMAT_VERSION_CURRENT_MINOR) throw ()
virtual _DWFTK_API ~DWFPackageFileDescriptor () throw ()
_DWFTK_API void open () throw ( DWFException )


Constructor & Destructor Documentation

_DWFTK_API DWFToolkit::DWFPackageFileDescriptor::DWFPackageFileDescriptor const DWFFile rFile,
DWFZipFileDescriptor::teFileMode  eMode = DWFZipFileDescriptor::eZipSmallest,
unsigned short  nVersionMajor = _DWF_FORMAT_VERSION_CURRENT_MAJOR,
unsigned short  nVersionMinor = _DWF_FORMAT_VERSION_CURRENT_MINOR
throw ()
 

Constructor

Parameters:
rFile The DWF package to create.
eMode An enumeration that adjusts the zip library compression options.
nVersionMajor The DWF File Format major version to create (default is the current version.)
nVersionMinor The DWF File Format minor version to create (default is the current version.)
Exceptions:
None 

virtual _DWFTK_API DWFToolkit::DWFPackageFileDescriptor::~DWFPackageFileDescriptor  )  throw () [virtual]
 

Destructor

Exceptions:
None 


Member Function Documentation

_DWFTK_API void DWFToolkit::DWFPackageFileDescriptor::open  )  throw ( DWFException )
 

;


The documentation for this class was generated from the following file:
Generated on Tue Jan 6 22:40:37 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5