Uses of Class
com.luna.common.file.compress.Gzip
Packages that use Gzip
-
Uses of Gzip in com.luna.common.file.compress
Methods in com.luna.common.file.compress that return GzipModifier and TypeMethodDescriptionGzip.gzip()
将普通数据流压缩static Gzip
Gzip.of
(InputStream source, OutputStream target) 创建GzipGzip.unGzip()
将压缩流解压到target中