:: 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
ObjectInputStream

Exported Interfaces - Summary
XDataInputStream

allows to read structured data.

XActiveDataSink

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

XConnectable

Allows to chain the DataInputStream, so that

Exported Interfaces - Details
XDataInputStream
Description
allows to read structured data.
XActiveDataSink
Description
used to plug the inputstream-data-source. A plain input stream is sufficient.
XConnectable
Description
Allows to chain the DataInputStream, so that

 
Top of Page