MCPcopy Create free account
hub / github.com/antlr/codebuff / putByte

Method putByte

output/java_guava/1.4.17/AbstractByteHasher.java:66–70  ·  view source on GitHub ↗
(byte b)

Source from the content-addressed store, hash-verified

64 }
65
66 @Override
67 public Hasher putByte(byte b) {
68 update(b);
69 return this;
70 }
71
72 @Override
73 public Hasher putBytes(byte[] bytes) {

Callers

nothing calls this directly

Calls 1

updateMethod · 0.95

Tested by

no test coverage detected