with Writing Strategy
open fun withWritingStrategy(@NonNull writingStrategy: WritingStrategy): OutputStreamAdapter.Builder
Sets the WritingStrategy that will be used by the OutputStreamAdapter. Defaults to a DirectWritingStrategy if nothing is set.
Return
The builder.
Parameters
writing Strategy
The writing strategy to use.