java.lang.Object
io.activej.csp.process.frame.impl.LZ4
All Implemented Interfaces:
FrameFormat

public final class LZ4 extends Object implements FrameFormat
  • Field Details

    • CHECKS

      public static final boolean CHECKS
    • MAX_BLOCK_SIZE

      public static final io.activej.common.MemSize MAX_BLOCK_SIZE
    • factory

      public net.jpountz.lz4.LZ4Factory factory
    • compressionLevel

      public int compressionLevel
  • Constructor Details

    • LZ4

      public LZ4(net.jpountz.lz4.LZ4Factory factory, int compressionLevel)
  • Method Details