Top | Module | Use | Manual | Index |
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS  |
Implementations of this service must fulfill the specifications of the DataInputStream service. It must be chained to an XMarkableStream . Therefore, it provides the XMarkableStream interface, and delegates the calls to the chained object.
The written objects are held until this instance is destroyed. The references to the objects are read as four-byte integers. Data format reads:
short InfoLength long ObjectReference // 0 indicates no object UTF ServiceName // length of 0 indicates this is only a reference long ObjectLength // 0 if it is a reference or no object, otherwise the len of the object data Object ObjectData // the data of the object ... // skipping additional data
Exported Interfaces |
|
com::sun::star::io::XObjectInputStream |
|
com::sun::star::io::XActiveDataSink |
|
com::sun::star::io::XConnectable |
|
com::sun::star::io::XMarkableStream |
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.