service DataContainer in module com::sun::star::ucb::

(Global Index)

[ DEPRECATED ]

Syntax

service DataContainer;

Description

specifies a container that can contain binary data and other data containers.

See also

XDataContainer

Exported Interfaces

com::sun::star::ucb::XDataContainer

Description

a container for other data containers and (binary) data associated with a content type.

This interface is required.


com::sun::star::io::XActiveDataSink [ OPTIONAL ]

Description

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!


Top of Page