new DataURIReader(stream)
A reader which automatically handles the given input stream, returning
received blobs as a single data URI built over the course of the stream.
Note that this object will overwrite any installed event handlers on the
given Guacamole.InputStream.
Parameters:
Name | Type | Description |
---|---|---|
stream |
Guacamole.InputStream | The stream that data will be read from. |
- Source:
Methods
getURI() → {String}
Returns the data URI of all data received through the underlying stream
thus far.
- Source:
Returns:
The data URI of all data received through the underlying stream thus
far.
- Type
- String
Events
onend
Fired once this stream is finished and no further data will be written.
- Source: