A stream of data provided to a QNPInstance by the browser. More...
#include <qnp.h>
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 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.
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.
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
This file is part of the Netscape Plugin Support for the Qt toolkit, copyright © 1992-97 Troll Tech, all rights reserved. You may use the Netscape Plugin Support classes on the same terms that you may use Qt.
It was generated from the following files: