Top | Module | Use | Manual | Index |
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS  |
The predecessor-member is the element in the connection that is nearer to the source of the data. The successor-member is the element that is further away from the source of the data. (Note that this classification does not depend on whether the class implements XInputStream or XOutputStream ; it only depends on the direction of data flow.)
This interface allows generic services to navigate between arbitrary elements of a connection.
Known Services which Export this Interface |
|
com::sun::star::io::ObjectOutputStream | is a stream which allows writing the data of persistent objects. |
com::sun::star::io::ObjectInputStream | is a stream which allows reading the data of persistent objects. |
com::sun::star::io::MarkableOutputStream | allows to set marks in an outputstream and to later jump back to these marks. |
com::sun::star::io::DataInputStream | reads structured data from a chained XInputStream . |
com::sun::star::io::MarkableInputStream | allows to set marks in an inputstream and to later jump back to these marks. |
com::sun::star::io::ObjectOutputStream | is a stream which allows writing the data of persistent objects. |
com::sun::star::io::ObjectInputStream | is a stream which allows reading the data of persistent objects. |
com::sun::star::io::MarkableOutputStream | allows to set marks in an outputstream and to later jump back to these marks. |
com::sun::star::io::DataInputStream | reads structured data from a chained XInputStream . |
com::sun::star::io::MarkableInputStream | allows to set marks in an inputstream and to later jump back to these marks. |
Methods' Summary |
|
setPredecessor | sets the source of the data flow for this object. |
getPredecessor | |
setSuccessor | sets the sink of the data flow for this object. |
getSuccessor |
Methods' Details |
||
|
||
|
||
|
||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.