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

service PackageStreamContent
Description
A PCP Stream is a content which represents a file inside a package.

It is always contained in a PCP Folder. A PCP Stream has no children.

See also
::com::sun::star::ucb::PackageContentProvider, ::com::sun::star::ucb::PackageFolderContent

Exported Interfaces
::com::sun::star::lang::XComponent
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .
::com::sun::star::ucb::XContent
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .
::com::sun::star::ucb::XCommandProcessor
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .

Supported Commands

  • getCommandInfo
  • getPropertySetInfo
  • getPropertyValues
  • setPropertyValues
  • insert ( makes a newly created stream persistent )
  • delete
  • open
Supported Properties
  • string ContentType ( read-only, always "application/vnd.sun.star.pkg-stream" )
  • boolean IsDocument ( read-only, always true )
  • boolean IsFolder ( read-only, always false )
  • string MediaType
  • string Size ( read-only )
  • string Title
  • boolean Compressed ( allows you to explecitly state whether you want a stream to be compressed or not. The default value of this property will be determined according to the value of the property 'MediaType'. If it is empty or prefixed by "text/", the value of 'Compressed' is set to true. Otherwise the value will be false. )
  • boolean Encrypted ( are the stream data encrypted or not ).

::com::sun::star::ucb::XCommandProcessor2
Usage Restrictions
optional
Description
is an enhanced version of ::com::sun::star::ucb::XCommandProcessor that has an additional method for releasing command identifiers obtained via ::com::sun::star::ucb::XCommandProcessor::createCommandIdentifier to avoid resource leaks. For a detailed description of the problem refer to ::com::sun::star::ucb::XCommandProcessor2::releaseCommandIdentifier .

Where many existing ::com::sun::star::ucb::Content implementations do not (yet), every new implementation should support this interface.

::com::sun::star::beans::XPropertiesChangeNotifier
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .
::com::sun::star::beans::XPropertyContainer
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .
::com::sun::star::beans::XPropertySetInfoChangeNotifier
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .
::com::sun::star::ucb::XCommandInfoChangeNotifier
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .
::com::sun::star::container::XChild
Description
This interface is implemented according to the specification of service ::com::sun::star::ucb::Content .

 
Top of Page