Package com.exedio.cope
Class DataField.Value
- java.lang.Object
-
- com.exedio.cope.DataField.Value
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected void
assertNotExhausted()
abstract String
toString()
abstract DataField.Value
update(MessageDigest digest)
Puts the contents of this value intodigest
viaMessageDigest.update(byte[])
.
-
-
-
Method Detail
-
update
public abstract DataField.Value update(MessageDigest digest) throws IOException
Puts the contents of this value intodigest
viaMessageDigest.update(byte[])
. After the invocation of this method, this value is exhausted. Therefore this method returns a new value equivalent to this value, which can be used instead.- Throws:
IOException
-
assertNotExhausted
protected final void assertNotExhausted()
-
-