| Modifier and Type | Method and Description |
|---|---|
static IonHashWriterBuilder |
IonHashWriterBuilder.standard()
The standard builder of
IonHashWriterBuilders. |
IonHashWriterBuilder |
IonHashWriterBuilder.withHasherProvider(IonHasherProvider hasherProvider)
Specifies the hash function implementation to use.
|
IonHashWriterBuilder |
IonHashWriterBuilder.withWriter(com.amazon.ion.IonWriter writer)
Specifies the stream writer to compute hashes over.
|