DWFCore::DWFMonitoredInputStream::Monitor Interface Reference

#include "dwfcore/MonitoredInputStream.h"

List of all members.


Detailed Description

Callback interface for watching DWFMonitoredInputStream objects.

Since:
1.0.1
Todo:
Add notification method for stream seek.

Definition at line 112 of file MonitoredInputStream.h.

Public Member Functions

virtual _DWFCORE_API ~Monitor () throw ()
virtual _DWFCORE_API void notify (const void *const pBuffer, size_t nBytesRequested, size_t nBytesRead)=0 throw ( DWFException )

Protected Member Functions

_DWFCORE_API Monitor () throw ()


Constructor & Destructor Documentation

virtual _DWFCORE_API DWFCore::DWFMonitoredInputStream::Monitor::~Monitor  )  throw () [inline, virtual]
 

Destructor

Exceptions:
None 

Definition at line 123 of file MonitoredInputStream.h.

_DWFCORE_API DWFCore::DWFMonitoredInputStream::Monitor::Monitor  )  throw () [inline, protected]
 

Constructor

Exceptions:
None 

Definition at line 150 of file MonitoredInputStream.h.


Member Function Documentation

virtual _DWFCORE_API void DWFCore::DWFMonitoredInputStream::Monitor::notify const void *const   pBuffer,
size_t  nBytesRequested,
size_t  nBytesRead
throw ( DWFException ) [pure virtual]
 

Post-read data notification callback.

Parameters:
pBuffer The data returned from the read() operation.
nBytesRequested The number of bytes originally requested to be read from the stream.
nBytesRead The number of bytes actually read from the stream; and the size of the data in pBuffer.
Exceptions:
DWFException 


The documentation for this interface was generated from the following file:
Generated on Tue Jan 6 22:39:38 2009 for Autodesk DWF Core Library by  doxygen 1.4.5