Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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
See also
com::sun::star::ucb::PackageFolderContent


Exported Interfaces

com::sun::star::lang::XComponent
Description
This interface is implemented according to the specification of service Content .
com::sun::star::ucb::XContent
Description
This interface is implemented according to the specification of service Content .
com::sun::star::ucb::XCommandProcessor
Description
This interface is implemented according to the specification of service 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::beans::XPropertiesChangeNotifier
Description
This interface is implemented according to the specification of service Content .
com::sun::star::beans::XPropertyContainer
Description
This interface is implemented according to the specification of service Content .
com::sun::star::beans::XPropertySetInfoChangeNotifier
Description
This interface is implemented according to the specification of service Content .
com::sun::star::ucb::XCommandInfoChangeNotifier
Description
This interface is implemented according to the specification of service Content .
com::sun::star::container::XChild
Description
This interface is implemented according to the specification of service Content .

Top of Page