|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jimi.util.zip.Adler32
Constructor Summary | |
Adler32()
|
Method Summary | |
long |
getValue()
|
void |
reset()
|
void |
update(byte[] buf,
int bufoff,
int len)
|
void |
update(int b)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public Adler32()
Method Detail |
public long getValue()
public void reset()
public void update(byte[] buf, int bufoff, int len)
public void update(int b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |