forked from I2P_Developers/i2p.i2p
public
This commit is contained in:
@@ -1457,7 +1457,7 @@ public class DataHelper {
|
||||
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 NO_COMPRESSION = Deflater.NO_COMPRESSION;
|
||||
|
||||
|
Reference in New Issue
Block a user