|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.sanselan.formats.png.PngCrc
public class PngCrc
| Constructor Summary | |
|---|---|
PngCrc()
|
|
| Method Summary | |
|---|---|
long |
continue_partial_crc(long old_crc,
byte[] buf,
int len)
|
int |
crc(byte[] buf,
int len)
|
long |
finish_partial_crc(long old_crc)
|
long |
start_partial_crc(byte[] buf,
int len)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PngCrc()
| Method Detail |
|---|
public final int crc(byte[] buf,
int len)
public final long start_partial_crc(byte[] buf,
int len)
public final long continue_partial_crc(long old_crc,
byte[] buf,
int len)
public final long finish_partial_crc(long old_crc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||