Methods' Summary |
insertRawNonEncrStreamElementDirect |
allows to insert a raw stream representing nonencrypted stream with
header.
|
insertStreamElementDirect |
allows to insert a stream to the storage directly. The stream must
stay alive till the storage is commited.
|
copyElementDirectlyTo |
allows to copy storage element directly, not guarantied to work.
|
writeAndAttachToStream |
allows to switch storage persistence to the provided stream. The stream
will be filled by the storage. If an empty reference is provided, the
storage will create a temporary stream to switch to itself.
It is applicable only for root storages.
|
attachToURL |
allows to switch storage persistence to the provided URL. The caller is
responsible to be sure that the file referenced by the URL contains the
same contents as the stream the storage is based currently. Thus using
of this method is very dangerous and should be avoided when possible.
It is applicable only for root storages.
|
getElementPropertyValue |
allows to get property of the child element with the specified name.
The implementation of the method might allow to access only subset
of the supported by element properties.
|
copyStreamElementData |
fills the provided stream with the last flushed version of data from
the child stream of the storage.
|
Methods' Details |
insertRawNonEncrStreamElementDirect
- Description
- allows to insert a raw stream representing nonencrypted stream with
header.
|
|
insertStreamElementDirect
- Description
- allows to insert a stream to the storage directly. The stream must
stay alive till the storage is commited.
|
|
copyElementDirectlyTo
- Description
- allows to copy storage element directly, not guarantied to work.
|
|
writeAndAttachToStream
- Description
- allows to switch storage persistence to the provided stream. The stream
will be filled by the storage. If an empty reference is provided, the
storage will create a temporary stream to switch to itself.
It is applicable only for root storages.
|
|
attachToURL
- Description
- allows to switch storage persistence to the provided URL. The caller is
responsible to be sure that the file referenced by the URL contains the
same contents as the stream the storage is based currently. Thus using
of this method is very dangerous and should be avoided when possible.
It is applicable only for root storages.
|
|
getElementPropertyValue
- Description
- allows to get property of the child element with the specified name.
The implementation of the method might allow to access only subset
of the supported by element properties.
|
|
copyStreamElementData
- Description
- fills the provided stream with the last flushed version of data from
the child stream of the storage.
- Parameter sStreamName
- the name of the substream that should be copied
- Parameter xTargetStream
- the target stream where the data must be copied to
- 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::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
|
|
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.