|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectFileTransferChecksum
An implementation of the checksumming method used by AOL Instant Messenger's file transfer protocol.
| Constructor Summary | |
FileTransferChecksum()
Creates a new file transfer checksum computer object. |
|
| Method Summary | |
long |
getValue()
|
void |
reset()
|
void |
update(byte[] input,
int offset,
int len)
|
void |
update(int value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileTransferChecksum()
| Method Detail |
public void update(int value)
update in interface java.util.zip.Checksum
public void update(byte[] input,
int offset,
int len)
update in interface java.util.zip.Checksumpublic long getValue()
getValue in interface java.util.zip.Checksumpublic void reset()
reset in interface java.util.zip.Checksum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||