stream
Permutes over the buffer.
Resets this instance for the next use.
Return
A HashOutputStream to stream the output bytes.
Since
2.0.0
Copies a byte into the buffer and permutes over the buffer.
Resets this instance for the next use.
Return
A HashOutputStream to stream the output bytes.
Since
2.0.0
Parameters
byte
Copies an array of bytes into the buffer and permutes over the buffer.
Resets this instance for the next use.
Return
A HashOutputStream to stream the output bytes.
Since
2.0.0
Parameters
byte Array
Copies a part of an array of bytes into the buffer and permutes over the buffer.
Resets this instance for the next use.
Return
A HashOutputStream to stream the output bytes.
Since
2.0.0
Parameters
byte Array
offset
The offset which part of the bytes to copy.
length
The number of bytes to copy.