Пример #1
0
 public static byte[] zipByteArray(byte[] input) {
   return ERXCompressionUtilities.zipByteArray(input, "tmp");
 }