IPWorks ZIP 2020 Android Edition

Questions / Feedback?

BeginFile Event

Fired before a file is processed.

Syntax

public class DefaultGzipEventListener implements GzipEventListener {
  ...
  public void beginFile(GzipBeginFileEvent e) {}
  ...
}

public class GzipBeginFileEvent {
  public int index;
  public boolean skip;
}

Remarks

BeginFile is fired before compression or decompression begins. Index will contain 0.

You may use the Skip parameter to tell the component to skip the file when appending or decompressing.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 Android Edition - Version 20.0 [Build 8300]