摘要:
/** * Compress a string and add the header "zip:" * * @param strToCompress the string to compress. * @return the string compressed, NULL if an error occurs. */ public static String compress(String strToCompress) { String out = null; ByteArrayOutputStream bos = null; Deflater compressor = n 阅读全文
posted @ 2011-12-29 23:21
小折腾
阅读(206)
评论(0)
推荐(0)
浙公网安备 33010602011771号