interface XSeekable in module com::sun::star::io:: |
interface XSeekable : com::sun::star::uno::XInterface ;
makes it possible to seek to a certain position within a stream.
This interface should be supported, if it is possible to access the data at the new position quickly. You should not support this interface, if you have a continuous stream, for example, a video stream.
Method Summary |
|
seek | changes the seek pointer to a new location relative to the beginning of the stream. |
getPosition | returns the current offset of the stream. |
getLength | returns the length of the stream. |
Method Details |
||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.