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

(Global Index)

Syntax

service DataInputStream;

Description

reads structured data from a chained XInputStream .

An implementation of this service in general does not need to buffer data itself.

See also

ObjectInputStream

Exported Interfaces

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

Description

allows to read structured data.


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

Description

used to plug the inputstream-data-source. A plain input stream is sufficient.


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

Description

Allows to chain the DataInputStream, so that


Top of Page