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