IPWorks EDI 2020 Kotlin Edition

Questions / Feedback?

Output Event

Fires whenever a segment is complete.

Syntax

public open class DefaultTradacomswriterEventListener : TradacomswriterEventListener {
  ...
  public override fun output(e: TradacomswriterOutputEvent) {}
  ...
}

public class TradacomswriterOutputEvent {
  val outputData: ByteArray?
}

Remarks

The Output event will fire when the writer completes a new segment and writes data to the output stream or buffer. The Data parameter contains the data bytes.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks EDI 2020 Kotlin Edition - Version 20.0 [Build 8033]