public class FtuuHandler
extends java.lang.Object
| Constructor and Description |
|---|
FtuuHandler() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
analyzeFinal() |
void |
analyzeInit() |
void |
analyzeUpdate(byte[] input,
int ofs,
int inputLen) |
static void |
bitziEncodeBase64(byte[] raw,
int len,
byte[] out) |
static int |
hashSmallHash(byte[] data,
int ofs,
int len,
int hash) |
public static int hashSmallHash(byte[] data,
int ofs,
int len,
int hash)
public static void bitziEncodeBase64(byte[] raw,
int len,
byte[] out)
public void analyzeInit()
public void analyzeUpdate(byte[] input,
int ofs,
int inputLen)
public byte[] analyzeFinal()