public class HashOutputStream extends OutputStream
Constructor and Description |
---|
HashOutputStream(com.google.common.hash.HashFunction hf) |
Modifier and Type | Method and Description |
---|---|
com.google.common.hash.HashCode |
getHashCode() |
void |
write(int b) |
close, flush, write, write
public void write(int b) throws IOException
write
in class OutputStream
IOException
public com.google.common.hash.HashCode getHashCode()
Copyright © 2007-2017 The Apache Software Foundation