:: com :: sun :: star :: io ::

interface XSeekableInputStream
Base Interfaces
XSeekableInputStreamXInputStreamXSeekable

XInputStream
(referenced interface's summary:)
This is the basic interface to read data from a stream.
XSeekable
(referenced interface's summary:)
makes it possible to seek to a certain position within a stream.
Description
This interface can be used to represent a seekable input stream.

Top of Page