withOptions abstract method

  1. @override
RdfBinaryDatasetDecoder withOptions(
  1. RdfBinaryDecoderOptions options
)
override

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);