|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tranche.hash.BigHashMaker
public final class BigHashMaker
Class that actually creates the BigHash used for identifying files/projects.
| Constructor Summary | |
|---|---|
BigHashMaker()
|
|
| Method Summary | |
|---|---|
byte[] |
finish()
Create the BigHash return bytes of the BigHash. |
void |
update(byte[] bytes,
int offset,
int length)
Update BigHash with a given array of bytes at a particular offset and length. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BigHashMaker()
| Method Detail |
|---|
public final void update(byte[] bytes,
int offset,
int length)
bytes - offset - length - public final byte[] finish()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||