Language
The Free and Open Productivity Suite
:: com :: sun :: star :: embed ::
|
unpublished |
interface XHierarchicalStorageAccess2 |
|
|
- Base Interfaces
XHierarchicalStorageAccess2
┗ XHierarchicalStorageAccess
-
|
- Usage Restrictions
- not published
- Description
- This interface extends XHierarchicalStorageAccess interface.
|
Methods' Details |
openEncryptedStreamByHierarchicalName
- Description
- allows to get access to a child encrypted stream with encryption data
using hierarchical path.
If storage does not allow any encryption this method will always throw
::com::sun::star::packages::NoEncryptionException.
In case the stream is open in readonly mode the
XStream::getOutputStream
method will return an empty reference.
- Parameter sStreamPath
- the path to the substream that should be open
- Parameter nOpenMode
- a mode the stream should be open in,
can be a combination of ElementModes values
- Parameter aEncryptionData
- this parameter allowes to specify an encryption data for the
stream, the data must be correct, otherwise an
exception will be thrown
- Throws
- ::com::sun::star::embed::InvalidStorageException
this storage is in invalid state for any reason
- Throws
- ::com::sun::star::lang::IllegalArgumentException
one of provided arguments is illegal
- Throws
- ::com::sun::star::packages::NoEncryptionException
the stream is not encrypted
- Throws
- ::com::sun::star::packages::WrongPasswordException
the provided password is wrong
- Throws
- ::com::sun::star::io::IOException
in case of io errors during stream opening
- Throws
- ::com::sun::star::embed::StorageWrappedTargetException
wraps other exceptions
|
|
Top of Page
Copyright © 2013, 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.