• API Overview
  • EBICS API
  • FinTS API
  • XS2A API
  • SEPA API
Search Results for

    Class EbicsZipper

    Helper class for ZIP compression and de-compression.

    Inheritance
    System.Object
    EbicsZipper
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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
    In This Article
    Back to top Copyright 2009-2025 Subsembly GmbH