Class ExportUnzipper


  • public class ExportUnzipper
    extends Object
    Utility class for unzipping FORMCYCLE export files
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH, Dresden - 18.02.2021
    • Method Detail

      • unzip

        public static final IExportUnzipResult unzip​(InputStream is)
                                              throws IOException
        Unzips the data of the given input stream and deserializes found entities
        Parameters:
        is - pointing to data of a FORMCYCLE export
        Returns:
        deserialized FORMCYCLE export information
        Throws:
        IOException