Projects tagged ‘archive’ and ‘rar’


Jump to tag:

Projects tagged ‘archive’ and ‘rar’

Filtered by Project Tags archive rar

Refine results Project Tags zip (8) tar (4) compress (4) compression (4) java (3) bzip2 (3) 7zip (3) gzip (2) archiving (2) extract (2) csharp (1) cleanup (1)

[11 total ]

1351 Users
   

7-Zip is a file archiver with high compression ratio. The main features of 7-Zip * High compression ratio in new 7z format with LZMA compression * Supported formats: o ... [More] Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR o Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM, Z, CPIO, RPM, DEB and NSIS * For ZIP and GZIP formats, 7-Zip provides a compression ratio that is 2-10 % better than the ratio provided by PKZip and WinZip * Self-extracting capability for 7z format * Integration with Windows Shell * Powerful File Manager * Powerful command line version * Plugin for FAR Manager * Localizations for 63 languages [Less]
Created over 3 years ago.

8 Users

The Unarchiver is a much more capable replacement for "BOMArchiveHelper.app", the built-in archive unpacker program in Mac OS X. The Unarchiver is designed to handle many more formats than ... [More] BOMArchiveHelper, and to better fit in with the design of the Finder. It can also handle filenames in foreign character sets, created with non-English versions of other operating systems. I personally find it useful for opening Japanese archives, but it should handle many other languages just as well. [Less]
Created about 1 year ago.

1 Users

A managed 7-zip library written in C# which provides data (self-)extraction and compression (all 7-zip formats are supported). It wraps 7z.dll or any compatible one and makes use of LZMA SDK.
Created 9 months ago.

0 Users

AboutMulti Unpacker is a free tool that can recursively extract multiple RAR or ZIP archives. It requires WinRAR on your computer. FeaturesRecursive scanning of folders and sub-folders for archives ... [More] Multi part (split) archive support. Nested archive handling (recursively extract archives that were packed in other archives). Choose whether to replace or to keep existing files. Deletes successfully extracted archives. Good for unpacking large amount of archives when low on disk space. You can cancel the whole process anytime. To request new features create an issue. Download2009.06.16 - Multi Unpacker 1.0 - Download Now (382K) Screenshots Support the Open Source Software [Less]
Created 4 months ago.

0 Users

IntroductionEver faced the challenge to be able to scan RAR archives using Java? Wished the API was as simple and easy to use as the ones provided for ZIP and JAR handling in Java? Don't want the ... [More] hassles of including expensive native code into your Java application? RARoScope is here to solve all these woes. The following lines are all you've to write to list out all the entries of a RAR file, say, "D:/Data.rar". // Construct the RARFile object using the file path RARFile file = new RARFile("D:/Data.rar"); // Get the handle to the Enumeration Enumeration entries = file.entries(); // Iterate and print while (entries.hasMoreElements()) { RAREntry entry = entries.nextElement(); System.out.println(entry.getName()); } Impressed? I sure was thrilled when I first wrote the library! Go ahead, download RARoScope and start using it in your applications right now. What RARoScope can do?Exposing a simple API, RARoScope packs the following rich features. Enhanced checking for true RAR archives. RARoScope ensures false RAR archives such as files with just a ".rar" extension do not interrupt further processing by reading and verifying the RAR marker header block and throwing exceptions where appropriate. A rich RAREntry class. RARoScope reads almost all the information available in a RAR archive and loads them into the RAREntry instances. Following are the file metadata retrieved. Full file name including the path Date and Time the file was modified/created Compressed file size Uncompressed file size The CRC checksum for the file Whether a file is a directory The operating system on which the file was added to the archive The compression method used The RAR version required to decompress and retrieve the file Optimized for performance. RARoScope has been designed to make efficient use of the underlying byte buffer so that very few I/O reads happen in each cycle. An effect of this is improved performance with very small cycle iteration times. What RARoScope can't do?However, because of various factors, RARoScope does have its limitations and can't do the following. Creating RAR archives. Because of the proprietary nature of the RAR archive format, RARoScope can't be used to create RAR archives. Reading file contents/decompressing. Since RARoScope has been poised as more of a "RAR scanning library" rather than a "RAR decompressor" for Java, it can't do the decompressing part. However, this is open to change in the near future. Depending on the response I get, I might implement a decompressing logic. Reading RAR entries with comments. RARoScope doesn't support reading comments and entries with comments as of now. Multi-volume RAR archives. RARoScope doesn't support reading multi-volume archives yet. [Less]
Created 12 months ago.

0 Users

gnochive is a GUI frontend for all common archivers under linux. gnochive was formally known as gnomerar Supports: - rar - gzip - tar - zip/unzip
Created over 2 years ago.

0 Users

Multiformat archive extractor for MacOS X.
Created about 1 month ago.

0 Users

简介: 这是一个用于便捷压缩文件(夹)的实用小程序. 用户只需拖曳文件或文件夹道指定位置即可将其压缩为RAR. 注意:此程序运行时需要 Microsoft ... [More] .NET Framework 2.0 或更高版本的支持. 更新历史: Beta 2 Build 3 - 2009 03 24 一些小的界面修改: 标签中的错别字已修正 复选框位置已调整 加入“检查更新”按钮,链接至项目主页 Beta 2 Build 2 - 2009 03 22 增加:防止压缩RAR文件 一些小的界面修改 修复压缩时自动使用绝对路径的问题 Beta 2 - 2009 03 21 增加窗口置顶选项 增加支持长路径名文件(夹)压缩 增加在压缩时隐藏主窗体选项 修改界面字体为微软雅黑 [Less]
Created 7 months ago.

0 Users

About this softwareExtractItAll is a simple utility to unpack password encrypted archives using a password list. To unpack an archive drag'n'drop files to the winform and press the start button. The ... [More] application is written in c#. Special Thanks goes to SevenZipSharp Team for their 7z.dll wrapper. The task managing code is based on bulkextractor. Thanks to Igor Pavlov for 7-Zip ChangeLogv0.2.3.0fixed: PasswordList needs to be sorted also after password counter has been increased fixed: after extraction is finished or failed, the archive is released now properly and can be moved/deleted without closing ExtractItAll fixed: subdir is cleaned by ".part1" if archive name contained it added: context menu to task list changed: refactored settings ui to it's own panel v0.2.2.0.Net Framework 3.5 is now a requirement Completely moved to SevenZipSharp together with 7z.dll GUI rework Part1: Password Manager possible to add multiple passwords simple passwords, one per line UnRarIt password list, with tab and counter JDownlaoder multiple password, starting with '{' ending with '}', seperated by ',' FeaturesSupported achive formats 7-Zip ( *.7z ) Rar ( *.rar | *.r00, *.r01, ... | *.part1.rar , *.part01.rar , ... ) Zip ( *.zip ) Requirements.Net Framework 3.5 The password list needs to be created on your own. previoues versionsolder versions used C# (.NET) Interface for 7-Zip Archive DLLs, even if not used anymore, thanks Eugene Sichkar. [Less]
Created 12 months ago.

0 Users

Vavi Archive Format API経緯えっ?どっかで聞いた事あるって?そうアレです,アレのパクリ Java バージョンです.なんで始めたかというと WinZip が ... [More] バージョン 8.1 になって俺の趣向と違ってしまった*1ため,オリジナルのアーカイバを作ろうと思った次第である. D&D した後に作業ディレクトリが残る、 Lha が16 Bit でしか動かなくなった(アホかと) でも操作性から言えば WinZip はピカイチなのでユーザインターフェースは WinZip そのまんまとする.せっかく Java で作るんだから圧縮形式はプラグイン方式にして何でもござれの,動的ロードと行きたいね. ところがJava であんまし圧縮形式そろってないのね... 形式 Java ライブラリ その他ライブラリアーカイブ形式エンコード形式拡張子対応 コメント ZIPJ2SE 付属C 統 etc...○○.zip● J2SE LHAjLha その2 その3C 統 COM etc...○○.lzh● jlha RAR無い?C 統 DLL COM○○.rar● KBA GCA当然無い統 C&.NET○○.gca△ DLL wrap BZ2JakartaC 統×○.bz2● Jakarta 7ZIPjava_lzma C 統○○.7z● DLL wrap ARJ無い?統 Doc○○.arj○ ACE無い?DLL Doc○○.ace TARJakarta統 COM etc...○×.tar○ Jakarta CABxwtC lcab libmspack 統 COM etc...○○.cab● JARJ2SE 付属-○○.jar● J2SE GZIPJ2SE 付属C 統×○.gz○ J2SE Base64Jakarta-×○.uu Jakarta Install Shield i6comp i5comp ○?.cab WISE ewize○? ISH C 統×○ Mac Binary Doc .bin BinHexJBinHexDoc macutils mcvert×○.hqx StuffIt unsit C(本家SDK)○?.sit△ DLL wrap RPMGJT redline jRPM .rpm Mac DiskImageHFSExplorer .dmg 対応したい。というか Mac で Java 作ってる人これで配布しないでほしいんですけど?Java ってあらゆるプラットフォームで動くものでしょ? いざサービスプロバイダインターフェース作成 java.util.zip や java.util.jar パッケージを参考にする. J2SE API 組み込みSPI 自体こいつ等のインターフェース参考にしてるのでほぼそのまま委譲してやればよい.ZIP, JAR 完成. 既存 Java ライブラリ組み込みjLha でやってみる.ぜんぜん簡単.LHA は完了. C を Java に移植して組み込みUNIX 用の unrar のソースがあるのでやろうとしたが,俺には無理. → 一応コンパイル通したけど、最近の圧縮形式に対応してないやん... 現在 StuffIt 作成中... わかりづらい... 2003/02/12 [Less]
Created 2 months ago.