withOptions abstract method
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
@override
RdfBinaryDatasetDecoder withOptions(RdfBinaryDecoderOptions options);