ZIP压缩和解压字符串
摘要:由于ZIP压缩会产生头信息, 所以当字符串长度没有达到一定规模的时候, 压缩后的长度可能比原来的还长 1 // 将一个字符串按照zip方式压缩和解压缩 2 public class ZipUtil { 3 4 // 压缩 5 public static String compres...
阅读全文
posted @ 2014-05-29 11:06
posted @ 2014-05-29 11:06
posted @ 2014-05-23 10:18