|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.myJava.file.HashInputStreamListener
public class HashInputStreamListener
Constructor Summary | |
---|---|
HashInputStreamListener()
|
Method Summary | |
---|---|
void |
close()
|
byte[] |
getHash()
|
void |
read(byte[] b,
int off,
int len,
int read)
|
void |
reset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HashInputStreamListener() throws java.security.NoSuchAlgorithmException
java.security.NoSuchAlgorithmException
Method Detail |
---|
public void reset() throws java.security.NoSuchAlgorithmException
java.security.NoSuchAlgorithmException
public void close()
close
in interface InputStreamListener
public void read(byte[] b, int off, int len, int read)
read
in interface InputStreamListener
public byte[] getHash()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |