Obtains a Stream, which represents a flush of bytes, through the received data.

1 object.2stream

<object.2stream encoding='encoding'>
    <object /> !
</object.2stream>
Example
Copy
<xsql-script name='object_2_stream'>
    <body>
        <println>
            <object.2stream>
                <file name='filesample.txt' type='temp' />
            </object.2stream>
        </println>
    </body>
</xsql-script>