All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cisco.trex.stateless.util.IDataCompressor Maven / Gradle / Ivy

There is a newer version: 1.69
Show newest version
package com.cisco.trex.stateless.util;

public interface IDataCompressor {
  byte[] compressStringToBytes(String request);

  String decompressBytesToString(byte[] data);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy