- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for BufferingHasher (0.04 sec)
-
android/guava/src/com/google/common/hash/AbstractNonStreamingHashFunction.java
return newHasher(input.remaining()).putBytes(input).hash(); } /** In-memory stream-based implementation of Hasher. */ private final class BufferingHasher extends AbstractHasher { final ExposedByteArrayOutputStream stream; BufferingHasher(int expectedInputSize) { this.stream = new ExposedByteArrayOutputStream(expectedInputSize); } @Override public Hasher putByte(byte b) {
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Dec 21 03:10:51 UTC 2024 - 3.8K bytes - Viewed (0)