diff options
author | Jörg Budischewski <jbu@openoffice.org> | 2001-03-19 12:32:35 +0000 |
---|---|---|
committer | Jörg Budischewski <jbu@openoffice.org> | 2001-03-19 12:32:35 +0000 |
commit | 03b6905b919293ab1b00177bc2134b273b496d08 (patch) | |
tree | 295b8c33895b0815b94f636c5e1efc39b83f9a1d /udkapi/com/sun/star/io | |
parent | dd7ec75bb716b65312ad2dc2c89c9c269de8009c (diff) |
improved documentation of jumpToFurthest
Diffstat (limited to 'udkapi/com/sun/star/io')
-rw-r--r-- | udkapi/com/sun/star/io/XMarkableStream.idl | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/io/XMarkableStream.idl b/udkapi/com/sun/star/io/XMarkableStream.idl index 2d3b90ef7acf..cdc92044c3db 100644 --- a/udkapi/com/sun/star/io/XMarkableStream.idl +++ b/udkapi/com/sun/star/io/XMarkableStream.idl @@ -2,9 +2,9 @@ * * $RCSfile: XMarkableStream.idl,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jsc $ $Date: 2001-03-16 15:10:36 $ + * last change: $Author: jbu $ $Date: 2001-03-19 13:32:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -119,8 +119,12 @@ interface XMarkableStream: com::sun::star::uno::XInterface //------------------------------------------------------------------------- - // DocMerge from xml: method com::sun::star::io::XMarkableStream::jumpToFurthest - /** jumps to the last read or written position of the stream. + /** jumps to the furthest position of the stream. + + <p> In the inputstream case, a subsequent read call returns + data, that was never read or skipped over before. In the + outputstream case, a subsequent write call will add + new data at the end of the stream without overwriting existing data. */ void jumpToFurthest() raises( com::sun::star::io::IOException ); @@ -155,6 +159,9 @@ interface XMarkableStream: 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 |