Class CharsetDecoderFlowableTransformer

java.lang.Object
org.forgerock.http.io.CharsetDecoderFlowableTransformer
All Implemented Interfaces:
io.reactivex.rxjava3.core.FlowableTransformer<ByteBuffer,CharBuffer>

public final class CharsetDecoderFlowableTransformer extends Object implements io.reactivex.rxjava3.core.FlowableTransformer<ByteBuffer,CharBuffer>
A CharsetDecoderFlowableTransformer decodes bytes from a stream of ByteBuffer into a stream of CharBuffer using the given Charset.