Class EbicsZipper
Helper class for ZIP compression and de-compression.
Inherited Members
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public static class EbicsZipper
Methods
Unzip(EbicsDataBuffer)
ZIP-decompression.
Declaration
public static EbicsDataBuffer Unzip(EbicsDataBuffer d)
Parameters
Type | Name | Description |
---|---|---|
EbicsDataBuffer | d |
Returns
Type | Description |
---|---|
EbicsDataBuffer |
Exceptions
Type | Condition |
---|---|
EbicsException | If the data buffer does not contain valid zipped data, then an EbicsException is thrown. |
Zip(EbicsDataBuffer)
ZIP-compression.
Declaration
public static EbicsDataBuffer Zip(EbicsDataBuffer d)
Parameters
Type | Name | Description |
---|---|---|
EbicsDataBuffer | d |
Returns
Type | Description |
---|---|
EbicsDataBuffer |