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

Description

allows to access the data of this stream


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

Description

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


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

Description

allows to access to the underlying source of this stream.


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

Description

allows to navigate via a chain of streams


Top of Page