| Modifier and Type | Method and Description |
|---|---|
static IonHashReaderBuilder |
IonHashReaderBuilder.standard()
The standard builder of
IonHashReaderBuilders. |
IonHashReaderBuilder |
IonHashReaderBuilder.withHasherProvider(IonHasherProvider hasherProvider)
Specifies the hash function implementation to use.
|
IonHashReaderBuilder |
IonHashReaderBuilder.withReader(com.amazon.ion.IonReader reader)
Specifies the stream reader to compute hashes over.
|