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