CCOleAccusoftStream Class Reference

CCOleStream that manages the Accusoft stream switching as well. More...

#include <ccfile.h>

Inheritance diagram for CCOleAccusoftStream:

CCOleStream CCStreamFile CCLexFile CCFile CCObject SimpleCCObject List of all members.

Public Member Functions

 CCOleAccusoftStream (IStream *pIStream=0, UINT32 bufferSize=(1024), BOOL ErrorReporting=TRUE, BOOL ExceptionThrowing=FALSE)
 Like its base class, CCOleStream, but redirects the Accusoft libraries to use a different stream as well.
 CCOleAccusoftStream (PathName path, INT32 fileMode, INT32 fileAccess=filebuf::_Openprot, UINT32 bufferSize=(1024), BOOL ErrorReporting=TRUE, BOOL ExceptionThrowing=FALSE)
 Like its base class, CCOleStream, but redirects the Accusoft libraries to use a different stream as well.
virtual ~CCOleAccusoftStream ()

Detailed Description

CCOleStream that manages the Accusoft stream switching as well.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
3/10/96
See also:
CCOleStream

Definition at line 724 of file ccfile.h.


Constructor & Destructor Documentation

CCOleAccusoftStream::CCOleAccusoftStream IStream *  pIStream = 0,
UINT32  bufferSize = (1024),
BOOL  ErrorReporting = TRUE,
BOOL  ExceptionThrowing = FALSE
 

Like its base class, CCOleStream, but redirects the Accusoft libraries to use a different stream as well.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
3/10/96
Parameters:
See CCOleStream::CCOleStream. [INPUTS]
See also:
CCOleAccusoftStream::~CCOleAccusoftStream

Definition at line 4296 of file ccfile.cpp.

04298   : CCOleStream(pIStream, bufferSize, ErrorReporting, ExceptionThrowing)
04299 {
04300 //  TRACEUSER( "JustinF", _T("CCOleAccusoftStream redirecting Accusoft ...\n"));
04301     AccusoftFilters::RedirectStream();
04302 }

CCOleAccusoftStream::CCOleAccusoftStream PathName  path,
INT32  nMode,
INT32  nAccess = filebuf::_Openprot,
UINT32  cbSize = (1024),
BOOL  fReport = TRUE,
BOOL  fThrow = FALSE
 

Like its base class, CCOleStream, but redirects the Accusoft libraries to use a different stream as well.

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
3/10/96
Parameters:
See CCOleStream::CCOleStream. [INPUTS]
See also:
CCOleAccusoftStream::~CCOleAccusoftStream

Definition at line 4321 of file ccfile.cpp.

04323   : CCOleStream(path, nMode, nAccess, cbSize, fReport, fThrow)
04324 {
04325 //  TRACEUSER( "JustinF", _T("CCOleAccusoftStream redirecting Accusoft ...\n"));
04326     AccusoftFilters::RedirectStream();
04327 }

CCOleAccusoftStream::~CCOleAccusoftStream  )  [virtual]
 

Author:
Justin_Flude (Xara Group Ltd) <camelotdev@xara.com>
Date:
3/10/96
See also:
CCOleAccusoftStream::CCOleAccusoftStream

Definition at line 4341 of file ccfile.cpp.

04342 {
04343     AccusoftFilters::UnredirectStream();
04344 //  TRACEUSER( "JustinF", _T("CCOleAccusoftStream un-redirecting Accusoft ...\n"));
04345 }


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:52:08 2007 for Camelot by  doxygen 1.4.4