summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/io/XOutputStream.idl
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2002-01-18 12:41:36 +0000
committerJörg Budischewski <jbu@openoffice.org>2002-01-18 12:41:36 +0000
commit0ce0fbd0f49a57fc911573d55d5f230b553816e0 (patch)
treefa4bac20e0cd0abf10b130e5b777785b3a6ac920 /udkapi/com/sun/star/io/XOutputStream.idl
parent2f41b27a1ef6e38dff3bb61e8a8ec268f6ddc3bb (diff)
#96701# DataInputStream.idl DataOutputStream.idl MarkableInputStream.idl MarkableOutputStream.idl ObjectInputStream.idl ObjectOutputStream.idl Pipe.idl Pump.idl XDataInputStream.idl XDataOutputStream.idl XInputStream.idl XOutputStream.idl XPersistObject.idl
Diffstat (limited to 'udkapi/com/sun/star/io/XOutputStream.idl')
-rw-r--r--udkapi/com/sun/star/io/XOutputStream.idl12
1 files changed, 9 insertions, 3 deletions
diff --git a/udkapi/com/sun/star/io/XOutputStream.idl b/udkapi/com/sun/star/io/XOutputStream.idl
index e8b6588f8..0e0e8bb8d 100644
--- a/udkapi/com/sun/star/io/XOutputStream.idl
+++ b/udkapi/com/sun/star/io/XOutputStream.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XOutputStream.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $
+ * last change: $Author: jbu $ $Date: 2002-01-18 13:41:36 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,9 @@ module com { module sun { module star { module io {
// DocMerge from xml: interface com::sun::star::io::XOutputStream
/** This is the basic interface to write data to a stream.
+ <p>
+ See the <a href="http://udk.openoffice.org/common/man/concept/streams.html">
+ streaming document</a> for further information on chaining and piping streams.
*/
interface XOutputStream: com::sun::star::uno::XInterface
{
@@ -110,7 +113,7 @@ interface XOutputStream: com::sun::star::uno::XInterface
// DocMerge from xml: method com::sun::star::io::XOutputStream::closeOutput
/** gets called to indicate that all data has been written.
- <p>If this method is not yet been called, no attached
+ <p>If this method has not yet been called, no attached
<type>XInputStream</type> receives an EOF signal. No further
bytes may be written after this method has been called.</p>
*/
@@ -128,6 +131,9 @@ interface XOutputStream: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.6 2001/03/16 15:10:36 jsc
+ remove interfaceheader with uik and remove [const] in method definitions
+
Revision 1.5 2000/12/11 16:09:49 mi
documentation syntax fixed and some minor semantic documentation fixes