BBjspObjectSerializer::decodeToStream (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method decodes a Base-64 encoded string and writes the result to the supplied OutputStream.
Syntax
Return Value |
Method |
void |
decodeToStream(string base64, OutputStream stream) |
Parameters
Variable |
Description |
base64 |
a string containing Base-64 encoded data |
stream |
the OutputStream to write to |
Return Value
None.
Remarks
None.
Example
|