service DataContainer in module com::sun::star::ucb:: |
service DataContainer;
specifies a container that can contain binary data and other data containers.
Exported Interfaces |
a container for other data containers and (binary) data associated with a content type.
This interface is required.
a data sink that can be used to access the data of a container.
Access to the data using this interface is much more efficient (especially in remote environments) than using XDataContainer::getData and XDataContainer::setData .
A user of this service must always provide fallback code to the less efficient way to access the container's data, because the data sink interface is optional!
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.