Interface CLNCompressorSPIType


public interface CLNCompressorSPIType
The type of compressors.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    execute(byte[] data)
    Execute the compressor.
  • Method Details

    • execute

      byte[] execute(byte[] data) throws IOException
      Execute the compressor.
      Parameters:
      data - The input data
      Returns:
      The output data
      Throws:
      IOException - On I/O errors