IPWorks ZIP 2020 Kotlin Edition

Questions / Feedback?

CompressedData Event

This event fires with compressed data.

Syntax

public open class DefaultZipstreamEventListener : ZipstreamEventListener {
  ...
  public override fun compressedData(e: ZipstreamCompressedDataEvent) {}
  ...
}

public class ZipstreamCompressedDataEvent {
  val data: ByteArray?
}

Remarks

The CompressedData event fires as compressed data is available when CompressData or CompressBlock is called. This may fire one or more times when data is compressed.

Data holds the current block of compressed data.

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