Class ZDICTFastCoverParams

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class ZDICTFastCoverParams extends Struct<ZDICTFastCoverParams> implements NativeResource
k and d are the only required parameters. For others, value 0 means default.

Layout


 struct ZDICT_fastCover_params_t {
     unsigned k();
     unsigned d();
     unsigned f();
     unsigned steps();
     unsigned nbThreads();
     double splitPoint();
     unsigned accel();
     ZDICT_params_t zParams;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • K

      public static final int K
      The struct member offsets.
    • D

      public static final int D
      The struct member offsets.
    • F

      public static final int F
      The struct member offsets.
    • STEPS

      public static final int STEPS
      The struct member offsets.
    • NBTHREADS

      public static final int NBTHREADS
      The struct member offsets.
    • SPLITPOINT

      public static final int SPLITPOINT
      The struct member offsets.
    • ACCEL

      public static final int ACCEL
      The struct member offsets.
    • ZPARAMS

      public static final int ZPARAMS
      The struct member offsets.
  • Constructor Details

    • ZDICTFastCoverParams

      public ZDICTFastCoverParams(ByteBuffer container)
      Creates a ZDICTFastCoverParams instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details