jonelo.jacksum.algorithm

Class MDTree


public class MDTree
extends AbstractChecksum

A wrapper class that can be used to compute TigerTree

Constructor Summary

MDTree(String arg)

Method Summary

byte[]
getByteArray()
void
reset()
String
toString()
void
update(byte b)
void
update(byte[] buffer, int offset, int len)
void
update(int b)

Constructor Details

MDTree

public MDTree(String arg)
            throws NoSuchAlgorithmException

Method Details

getByteArray

public byte[] getByteArray()

reset

public void reset()

toString

public String toString()

update

public void update(byte b)

update

public void update(byte[] buffer,
                   int offset,
                   int len)

update

public void update(int b)