withOptions abstract method

  1. @override
RdfBinaryGraphDecoder 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
RdfBinaryGraphDecoder withOptions(RdfBinaryDecoderOptions options);