tar-gzip-unzipper
Service icon

TAR.GZIP Archiver

Stable version 2.0.1 (Compatible with OutSystems 11)
Uploaded
 on 23 January 2023
 by 
Daniel Calado
5.0
 (1 rating)
tar-gzip-unzipper

TAR.GZIP Archiver

Compatible with:
Created on OutSystems 11

Version 2.0.1

Stable
Current
See documentation
Uploaded on 23 January 2023 by Daniel Calado
Compatible with:
Version 11
11.0.108 to 11.31.0
Database:
All
Release notes:

Added description to input and output parameters, and created a demo to give an example of the functionalities.

Application Objects:
TAR.GZIP Archiver has 0 AOs.

Version 2.0.0

Stable
See documentation
Uploaded on 23 January 2023 by Daniel Calado
Compatible with:
Version 11
11.0.108 to 11.31.0
Database:
All
Release notes:

Added a method to zip a list of files:

This method takes a list of files (RLFileRecordList ssListOfFiles) and compresses them into a tar file. It returns the compressed file as an array of bytes (byte[] ssCompressedFile) and a string (string ssProcess) indicating the process. 


It creates a MemoryStream to hold the tar file, then creates a GZipStream to compress it. It then creates a TarOutputStream using the GZipStream, and for each file in the list of files, it creates an entry for it in the tar stream, writing its content as bytes to the stream. Finally, it copies the GZipStream to a MemoryStream and returns that as an array of bytes.


Application Objects:
TAR.GZIP Archiver has 0 AOs.

Version 1.0.0

Stable
See documentation
Uploaded on 19 January 2023 by Daniel Calado
Compatible with:
Version 11
11.0.108 to 11.31.0
Database:
All
Application Objects:
TAR.GZIP Archiver has 0 AOs.