withOptions abstract method

RdfBinaryEncoder<G> withOptions(
  1. RdfBinaryEncoderOptions options
)

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

RdfBinaryEncoder<G> withOptions(RdfBinaryEncoderOptions options);