Methods' Summary |
getServiceName |
gives the service name of the object
|
write |
writes all the persistent data of the object to the stream.
|
read |
reads all the persistent data of the object from the stream.
|
Methods' Details |
getServiceName
- Description
- gives the service name of the object
This name is used to create such an object by a factory
during deserialization.
- Returns
- the service name that specifies the behavior and the
persistent data format of this implementation.
- See also
- ::com::sun::star::lang::XMultiComponentFactory::getAvailableServiceNames()
|
|
write
- Description
- writes all the persistent data of the object to the stream.
The implementation
must write the data in the order documented in the service specification.
- Parameter OutStream
- the stream, the data shall be written to. The stream
supports simple types and other XPersistObject implementations.
|
|
read
- Description
- reads all the persistent data of the object from the stream.
In case
other XPersistObjects are read from the stream, the implementation uses a factory
to create these objects (in general the global service manager).
The implementation must read the data in the order documented at
the service specification.
- Parameter InStream
- the stream, the data shall be read from.
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.