IPWorks Encrypt 2020 Kotlin Edition

Questions / Feedback?

Progress Event

Fired as progress is made.

Syntax

public open class DefaultSalsa20EventListener : Salsa20EventListener {
  ...
  public override fun progress(e: Salsa20ProgressEvent) {}
  ...
}

public class Salsa20ProgressEvent {
  val bytesProcessed: Long
  val percentProcessed: Int
}

Remarks

This event is fired automatically as data is processed by the component.

The PercentProcessed parameter indicates the current status of the operation.

The BytesProcessed parameter holds the total number of bytes processed so far.

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