MCPcopy Create free account
hub / github.com/ReadyTalk/avian / reset

Method reset

classpath/java/util/zip/CRC32.java:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 private int remainder = InitialRemainder;
35
36 public void reset() {
37 remainder = InitialRemainder;
38 }
39
40 public void update(int b) {
41 remainder = table[reflect(b, 8) ^ (remainder >>> (Width - 8))]

Callers 2

closeEntryMethod · 0.45
finishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected