Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

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
com::sun::star::io::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