Class EbicsZipper
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
Returns
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)