A stream of data provided to a QNPInstance by the browser.
This class is part of the Qt NSPlugin Extension. More...
#include <qnp.h>
A stream of data provided to a QNPInstance by the browser.
Note that this is neither a QTextStream or a QDataStream.
See also QNPInstance::write() and QNPInstance::newStreamCreated().
Examples: qtimage/qtimage.cpp grapher/grapher.cpp
Creates a stream. Plugins should not call this, but rather QNPInstance::newStream() if a stream is required.
Destroys the stream.
Returns TRUE if the stream has received all the data from the source.
Returns the length of the stream (???).
Returns the QNPInstance for which this stream was created.
Returns the time when the source of the stream was last modified.
Returns TRUE if no errors have occurred on the stream.
Requests the given section of the stream be sent to the QNPInstance::write() function of the instance() of this stream.
Returns TRUE if the stream is seekable.
Returns the MIME type of the stream.
Returns the URL from which the stream was created.
Writes data to the stream.
For internal use only.
For internal use only.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright © 2000 Trolltech | Trademarks | Qt version 2.2.1
|