[EMAIL PROTECTED] wrote:
Type: info
Title: new ::com::sun::star::io::XSeekableInputStream interface
Posted by: [EMAIL PROTECTED]
Affected: [EMAIL PROTECTED],all
Effective from: cws mav21
*Summary*
--------
+ ::com::sun::star::io::XSeekableInputStream
*Description*
-------------
The interface is introduced to be a base interface of the new-style
service "::com::sun::star::io::SequenceInputStream".
---8<---
published service SequenceInputStream : XSeekableInputStream
{
/** allows to create a stream based on the sequence.
*/
createStreamFromSequence( [in] sequence<byte> aData )
raises ( com::sun::star::lang::IllegalArgumentException );
};
---8<---
Under what circumstances would IllegalArgumentException be thrown?
-Stephan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]