Package com.exedio.cope
Class DataField.Value
java.lang.Object
com.exedio.cope.DataField.Value
- Enclosing class:
- DataField
-
Method Summary
Modifier and TypeMethodDescriptionprotected final void
abstract String
toString()
abstract DataField.Value
update
(MessageDigest digest) Puts the contents of this value intodigest
viaMessageDigest.update(byte[])
.
-
Method Details
-
update
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
-
toString
-
assertNotExhausted
protected final void assertNotExhausted()
-