IStreamReader Interface

uuid(114bd3e3-983b-4509-8dd7-42dc36f4d262)

A simple stream reader interface that supports resetable streams (i.e. the stream position can be moved back to the start)

 

Base Interface

IUnknown

 

Methods, in vtable order (after base interface)

Name Description
Read   read data from the stream
Reset   reset the streams, moves the current position back to the start of the stream

 

When to Implement

Implement this if you want to stream data to the transport

 

When to Call

call this interface if you are writing a transport object that supports attachments

 

See Also

The PocketSOAP Library | 

 

 

Copyright

Copyright © Simon Fell, 2000-2004. All rights reserved.