E-Payment Integrator 2020 Kotlin Edition

Questions / Feedback?

SetOutputStream Method

The output stream to write to when calling ConvertXML or ConvertACH .

Syntax

public fun setOutputStream(outputStream: OutputStream?)

Remarks

This property should contain the stream you wish the output from ConvertXML or ConvertACH to be written to. If you do not wish to use a stream, you may specify a OutputFile, or simply retrieve the data in memory from the OutputString property. If SetOutputStream and OutputFile are both specified, SetOutputStream takes precedence. OutputString will only be filled if both SetOutputStream and OutputFile are empty.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Kotlin Edition - Version 20.0 [Build 7941]