Kaydet (Commit) c024021a authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS storagechange01 (1.3.128); FILE MERGED

2004/10/28 17:19:28 mav 1.3.128.1: #i35095# introduce XStorageRawAccess implementation and redesing storage related idl structure
üst cd7addae
......@@ -2,9 +2,9 @@
*
* $RCSfile: XDataSinkEncrSupport.idl,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: hr $ $Date: 2004-05-10 18:09:13 $
* last change: $Author: hr $ $Date: 2004-11-26 20:44:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -180,6 +180,19 @@ interface XDataSinkEncrSupport: com::sun::star::uno::XInterface
::com::sun::star::packages::NoRawFormatException,
::com::sun::star::io::IOException );
//-------------------------------------------------------------------------
/** Allows to get access to the raw data of the stream as it is stored in
the package.
@returns
the plain raw stream as it is stored in the package
@throws ::com::sun::star::io::IOException
in case of io problems during retrieving
*/
::com::sun::star::io::XInputStream getPlainRawStream()
raises( ::com::sun::star::io::IOException );
};
//=============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment