Package migratedb.v1.core.api
Class Checksum.Builder
java.lang.Object
migratedb.v1.core.api.Checksum.Builder
- Enclosing class:
- Checksum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBytes(byte @Nullable [] value) addBytes(@Nullable InputStream value) addNumber(@Nullable BigInteger value) build()Returns the final checksum and resets the state of this builder (as if it were freshly constructed).
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addBytes
-
addBytes
-
addString
-
addLines
-
addNumber
-
addNumber
-
build
Returns the final checksum and resets the state of this builder (as if it were freshly constructed).
-