withOptions abstract method

RdfBinaryDecoder<G> withOptions(
  1. RdfBinaryDecoderOptions options
)

Creates a new decoder with the specified options.

Returns a new instance of the decoder configured with the provided options. The original decoder instance remains unchanged.

Implementation

RdfBinaryDecoder<G> withOptions(RdfBinaryDecoderOptions options);