Changed Methods |
MessageDigest getMessageDigest()
|
Documentation changed from old to new. |
Returns the message digest associated with this stream. |
void setMessageDigest(MessageDigest )
|
Documentation changed from old to new. |
Associates the specified message digest with this stream. |
void write(byte[], int, int)
|
Documentation changed from old to new. |
Updates the message digest (if the digest function is on) using the specified subarray and in any case writes the subarray to the output stream. |
void write(int )
|
Documentation changed from old to new. |
Updates the message digest (if the digest function is on) using the specified byte and in any case writes the byte to the output stream. |