Interfaces |
XActiveDataControl |
makes it possible to control an active data source.
|
XActiveDataSink |
makes it possible to read the corresponding object from an input stream.
|
XActiveDataSource |
has to be implemented if the class should be able to write into an output
stream.
|
XActiveDataStreamer |
makes it possible to read and write the corresponding stream.
|
XConnectable |
makes it possible to connect data sinks and sources.
|
XDataExporter |
makes it possible to export data from a component into a data sink.
|
XDataImporter |
makes it possible to import data from a data source into a component.
|
XDataInputStream |
makes it possible to read machine-independent simple data types from a
stream.
|
XDataOutputStream |
makes it possible to write machine-independent simple data types to a
stream.
|
XDataTransferEventListener |
is used to receive callbacks from an importer or exporter.
|
XInputStream |
This is the basic interface to read data from a stream.
|
XInputStreamProvider |
Interface for providing an input stream.
|
XMarkableStream |
makes it possible to set and remove seekable marks to a stream.
|
XObjectInputStream |
reads XPersistObject implementations from a stream
|
XObjectOutputStream |
stores XPersistObject implementations into the stream
|
XOutputStream |
This is the basic interface to write data to a stream.
|
XPersist |
makes it possible to write this object to an URL or read it from an URL.
|
XPersistObject |
allows to make UNO objects persistent
|
XSeekable |
makes it possible to seek to a certain position within a stream.
|
XStream |
offers read and write access to the same stream.
|
XStreamListener |
makes it possible to receive events from an active data control.
|
XTextInputStream |
Interface to read strings from a stream.
|
XTextOutputStream |
Interface to write strings to a stream using a special
character encoding.
|
XTruncate |
makes it possible to set the size of the underlying data of a stream
to zero.
|
XXMLExtractor |
offers the capability to extract the XML document stream from a document
storage.
|
Copyright © 2003 Sun Microsystems, Inc.