withOptions abstract method
RdfBinaryDatasetCodec
withOptions({
- RdfBinaryEncoderOptions? encoder,
- RdfBinaryDecoderOptions? decoder,
override
Creates a new codec instance with the specified options.
Returns a new instance of the codec configured with the provided encoder and decoder options. The original codec instance remains unchanged.
Implementation
@override
RdfBinaryDatasetCodec withOptions({
RdfBinaryEncoderOptions? encoder,
RdfBinaryDecoderOptions? decoder,
});