2026-04-07 08:54:22 +00:00
2026-04-01 15:20:01 +08:00
2025-07-14 15:27:37 +08:00
2026-04-07 16:52:13 +08:00
2025-07-14 15:27:37 +08:00
2026-04-01 14:09:24 +08:00
2025-07-14 06:52:44 +00:00
2026-04-07 16:54:01 +08:00
2026-04-02 16:23:53 +08:00

timi-compress

Java 压缩、解压缩工具

调用方式

压缩:

ZipCompressor.of("testSrc").toFile("testOut/test.zip");
TarCompressor.of(file).toStream(outputStream);

解压:

ZipDecompressor.of("testOut/test.zip").to("testOutDe");
GZipDecompressor.of(inputStream).to("testOutDe");
Description
Java 压缩、解压缩工具
Readme MIT 124 KiB
v0.0.4 Latest
2026-04-07 08:54:38 +00:00
Languages
Java 100%