withOptions abstract method

  1. @override
RdfBinaryDatasetEncoder withOptions(
  1. RdfBinaryEncoderOptions options
)
override

Creates a new encoder instance with the specified options.

Returns a new encoder configured with the given options. The original encoder instance remains unchanged.

Implementation

@override
RdfBinaryDatasetEncoder withOptions(RdfBinaryEncoderOptions options);