Class XXH64Canonical

  • All Implemented Interfaces:
    java.lang.AutoCloseable, NativeResource, Pointer


    public class XXH64Canonical
    extends Struct
    64-bit canonical representation.

    Member documentation

    • digest – the digest in canonical representation

    Layout

    struct XXH64_canonical_t {
        unsigned char[8] digest;
    }