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.
See also: Netscape: NPN_RequestRead method
Returns TRUE if the stream is seekable.
For internal use only.
For internal use only.
Returns the MIME type of the stream.
Returns the URL from which the stream was created.
Writes data to the stream.
See also: Netscape: NPN_Write method
Search the documentation, FAQ, qt-interest archive and more (uses
www.troll.no):
This file is part of the Qt toolkit, copyright © 1995-98 Troll Tech, all rights reserved.
It was generated from the following files:
Copyright © 1998 Troll Tech | Trademarks | Qt version 1.42
|