IPWorks Encrypt 2020 Java Edition

Questions / Feedback?

Progress Event

Fired as progress is made.

Syntax

public class DefaultEzcryptEventListener implements EzcryptEventListener {
  ...
  public void progress(EzcryptProgressEvent e) {}
  ...
}

public class EzcryptProgressEvent {
  public long bytesProcessed;
  public int percentProcessed;
}

Remarks

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

The PercentProcessed parameter indicates the current status of the operation.

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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 Java Edition - Version 20.0 [Build 8155]