Class XXH32Canonical

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XXH32Canonical extends Struct<XXH32Canonical> implements NativeResource
Canonical (big endian) representation of XXH32_hash_t.

Layout


 struct XXH32_canonical_t {
     unsigned char digest()[4];
 }