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)
Name | Description |
---|---|
Read | read data from the stream |
Reset | reset the streams, moves the current position back to the start of the stream |
Implement this if you want to stream data to the transport
call this interface if you are writing a transport object that supports attachments
Copyright © Simon Fell, 2000-2004. All rights reserved.