Class EbicsZipper

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Helper class for ZIP compression and de-compression.

public static class EbicsZipper
Inheritance
EbicsZipper
Inherited Members

Methods

Unzip(EbicsDataBuffer)

ZIP-decompression.

public static EbicsDataBuffer Unzip(EbicsDataBuffer d)

Parameters

d EbicsDataBuffer

Returns

EbicsDataBuffer

Exceptions

EbicsException

If the data buffer does not contain valid zipped data, then an EbicsException is thrown.

Zip(EbicsDataBuffer)

ZIP-compression.

public static EbicsDataBuffer Zip(EbicsDataBuffer d)

Parameters

d EbicsDataBuffer

Returns

EbicsDataBuffer