B4A Library [Lib] Archiver - Informatix    Oct 1, 2015   (34 reactions)   tags: Zip files By courtesy of Djembefola, this library is released as freeware for the benefit of the community. You should send him a big "thank you". This library provides a basic support for Zip, Tar and Gzip archives (including TarGz). It can compress/uncompress synchronously or asynchronously (one... it with encrypted files). Its use is fairly simple. Examples: Dim Arc As Archiver Arc.Gzip(File...)) Next Catch Log(LastException.Message) End Try This library is provided as-is and will not... B4i Library iArchiver - Zip / Unzip - Erel    Feb 7, 2021   (6 reactions) This small library allows you to zip folders and unzip zip files. It is based on this open source project: https://github.com/soffes/ssziparchive... Italian B4J Archive library - compress folder by setting the maximum size by splitting the same folder - ivanomonti    Feb 17, 2023 Sto usando questa libreria e mi sembra che funzioni molto bene ma ho un problema da sottoporre, devo... B4A Tutorial Create an aar archive from a third party library - DonManfred    Jun 26, 2016   (16 reactions)   tags: aar this in the past. So i dont know if all works. We´ll know at the end :D
Download the Library
http... the library we want to write.
http://snapshots.basic4android.de/makingofaar0038.png
we now go... B4i Question Porting Archiver library AsyncZipFiles from B4A to B4i - Alessandro71    Aug 3, 2020 The B4i version of AsyncZipFiles is different from the B4A one: the first parameter is "ba as Object"
What should I pass as the "ba" parameter?... B4i Question Passwords in iArchiver library - JackKirk    May 6, 2017 In the iArchiver library it seems that there is an ability to use a password when using the unzip methods but there no ability to use a password when using the zip methods.
What am I missing?... B4A Question Archiver library; Goes to sleep - grafsoft    May 9, 2014
Dim ar As Archiver
End Sub
Sub Globals
Dim zipfilename As String
End Sub
Sub... B4A Library Archiver7z - Informatix    Jul 21, 2016   (7 reactions) This is a library for the 7z format that supports compression with the lzma2 method and decompression with deflate, copy, bzip2, lzma and lzma2 methods. It supports also decryption but not encryption, and asynchronous execution. It is an abandoned project as it is too slow to fit my needs. I won't update it and I won't answer to questions about it. This library should work with B4j as it does not use the Android API.... B4A Example Http Server hosting a page with download link - aeric    Jun 1, 2024   (2 reactions) Just a simple example with a link to a file stored in File.DirInternal. Required Archiver library. 154237 This is a response to this thread.... B4A Question Threading Library archive seems incomplete - agraham ? - MitchBu (first post)    Jun 2, 2019 Oh, you are right. I extracted the archive in a bunch of files, and looked into the Threading folder.
The library files got lost outside of the folder.
Thank you so much :)... Page: 1   2   3   4   5   6   7   |