Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ update
Method
update
classpath/java/util/zip/CRC32.java:40–43 ·
view source on GitHub ↗
(int b)
Source
from the content-addressed store, hash-verified
38
}
39
40
public
void
update(
int
b) {
41
remainder = table[reflect(b, 8) ^ (remainder >>> (Width - 8))]
42
^ (remainder << 8);
43
}
44
45
public
void
update(byte[] array,
int
offset,
int
length) {
46
for
(
int
i = 0; i < length; ++i) {
Callers
nothing calls this directly
Calls
1
reflect
Method · 0.95
Tested by
no test coverage detected