Maven module :un.storage : archive-xz :
Class : un.storage.archive.xz.lz.Hash234
Extends/Implements : un.storage.archive.xz.lz.CRC32Hash
Subclasses : -

/*
2-, 3-, and 4-byte hashing

Authors: Lasse Collin
Igor Pavlov

This file has been put into the public domain.
You can do whatever you want with this file.


Variables : -
Functions : getHash4Size, getMemoryUsage, Hash234, calcHashes, getHash2Pos, getHash3Pos, getHash4Pos, updateTables, normalize



int getHash4Size (int dictSize)

int getMemoryUsage (int dictSize)

void Hash234 (int dictSize)

void calcHashes (byte[] buf, int off)

int getHash2Pos ()

int getHash3Pos ()

int getHash4Pos ()

void updateTables (int pos)

void normalize (int normalizeOffset)