Constructor and Description |
---|
ZipFileDataInfo() |
Modifier and Type | Method and Description |
---|---|
long |
getByteCount()
Return how many bytes were counted.
|
long |
getCrc32()
Return the crc of the bytes.
|
void |
reset()
Reset the count so we can count something else.
|
void |
update(byte[] buffer,
int offset,
int length)
Update the count with a buffer of bytes.
|
public void update(byte[] buffer, int offset, int length)
public void reset()
public long getByteCount()
public long getCrc32()
This documentation content is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.