Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アーカイブからファイルを抽出/ファイルを圧縮してアーカイブを作成するJavaライブラリを探しています。
以下に私の要件を示します-
(1)アーカイブの最も広い範囲/タイプを抽出する必要があります(2)シンプルで数行のコードのみが必要です(Javaのデフォルトのzipクラスとは異なります)。(3)生産グレード:欠陥なし。
Apache commons compressは適切であるように思われ、非常に多くの異なる圧縮タイプを処理でき、非常に簡単に使用できます。
http://commons.apache.org/compress/index.html