stream
; if null, the secure hash is computed from thecontent, and if not null it is assumed to be the correct secure hash (and is not checked)
@return the value, or null if the supplied stream is null
@throws ValueFormatException if the conversion from an input stream could not be performed
@throws IoException If an unexpected problem occurs while accessing the supplied stream (such as an {@link IOException}).
@throws IllegalArgumentException if the secure hash was discovered to be incorrect
|
|
|
|
|
|