:: com :: sun :: star :: io ::

service MarkableInputStream
Description
allows to set marks in an inputstream and to later jump back to these marks.

The implementation reads the original data from the input stream, that has been set previously at the XActiveDataSink interface. In general the implementation must buffer the data.


Exported Interfaces - Summary
XInputStream

allows to access the data of this stream

XMarkableStream

allows to create marks at the current position and to set the current position.

XActiveDataSink

allows to access to the underlying source of this stream.

XConnectable

allows to navigate via a chain of streams

Exported Interfaces - Details
XInputStream
Description
allows to access the data of this stream
XMarkableStream
Description
allows to create marks at the current position and to set the current position.
XActiveDataSink
Description
allows to access to the underlying source of this stream.
XConnectable
Description
allows to navigate via a chain of streams

 
Top of Page