service MarkableInputStream in module com::sun::star::io::

(Global Index)

Syntax

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


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

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

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

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

Description

allows to navigate via a chain of streams

Top of Page