new InputStream(client, index)
An input stream abstraction used by the Guacamole client to facilitate
transfer of files or other binary data.
Parameters:
Name | Type | Description |
---|---|---|
client |
Guacamole.Client | The client owning this stream. |
index |
Number | The index of this stream. |
- Source:
Members
index :Number
The index of this stream.
Type:
- Number
- Source:
Methods
sendAck(message, code)
Acknowledges the receipt of a blob.
Parameters:
Name | Type | Description |
---|---|---|
message |
String | A human-readable message describing the error or status. |
code |
Number | The error code, if any, or 0 for success. |
- Source:
Events
onblob
Called when a blob of data is received.
Parameters:
Name | Type | Description |
---|---|---|
data |
String | The received base64 data. |
- Source:
onend
Called when this stream is closed.
- Source: