public class PngCrc extends Object
| Constructor and Description |
|---|
PngCrc() |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2007-2012. All Rights Reserved.