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

service ObjectInputStream

Exported Interfaces - Summary
XObjectInputStream

allows to read the data from the stream.

XActiveDataSink

allows to set the underlying inputstream

XConnectable

allows to navigate via a chain of streams

XMarkableStream

allows to set marks within the stream. The implementation may forward calls to this interface to a chained markablestream.

Exported Interfaces - Details
XObjectInputStream
Description
allows to read the data from the stream.
XActiveDataSink
Description
allows to set the underlying inputstream
XConnectable
Description
allows to navigate via a chain of streams
XMarkableStream
Description
allows to set marks within the stream. The implementation may forward calls to this interface to a chained markablestream.

 
Top of Page