Class LZ4Legacy

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

@Deprecated public final class LZ4Legacy extends Object implements FrameFormat
Deprecated.
  • Field Details

    • lz4Factory

      public net.jpountz.lz4.LZ4Factory lz4Factory
      Deprecated.
    • hashFactory

      public net.jpountz.xxhash.XXHashFactory hashFactory
      Deprecated.
    • legacyChecksum

      public boolean legacyChecksum
      Deprecated.
    • compressionLevel

      public int compressionLevel
      Deprecated.
    • ignoreMissingEndOfStreamBlock

      public boolean ignoreMissingEndOfStreamBlock
      Deprecated.
  • Constructor Details

    • LZ4Legacy

      public LZ4Legacy(net.jpountz.lz4.LZ4Factory factory, net.jpountz.xxhash.XXHashFactory hashFactory, boolean legacyChecksum, int compressionLevel, boolean ignoreMissingEndOfStreamBlock)
      Deprecated.
  • Method Details