This commit is contained in:
zzz
2011-12-13 18:59:24 +00:00
parent 69e5760b37
commit 9e88fdeec9

View File

@@ -1457,7 +1457,7 @@ public class DataHelper {
return rv; return rv;
} }
private static final int MAX_UNCOMPRESSED = 40*1024; public static final int MAX_UNCOMPRESSED = 40*1024;
public static final int MAX_COMPRESSION = Deflater.BEST_COMPRESSION; public static final int MAX_COMPRESSION = Deflater.BEST_COMPRESSION;
public static final int NO_COMPRESSION = Deflater.NO_COMPRESSION; public static final int NO_COMPRESSION = Deflater.NO_COMPRESSION;