public final class TransformerDecode extends Object
Modifier and Type | Method and Description |
---|---|
static io.reactivex.FlowableTransformer<byte[],String> |
decode(CharsetDecoder decoder,
io.reactivex.BackpressureStrategy backpressureStrategy,
int batchSize) |
static com.github.davidmoten.rx2.internal.flowable.TransformerDecode.Result |
process(byte[] next,
ByteBuffer last,
boolean endOfInput,
CharsetDecoder decoder,
io.reactivex.FlowableEmitter<String> emitter) |
public static io.reactivex.FlowableTransformer<byte[],String> decode(CharsetDecoder decoder, io.reactivex.BackpressureStrategy backpressureStrategy, int batchSize)
public static com.github.davidmoten.rx2.internal.flowable.TransformerDecode.Result process(byte[] next, ByteBuffer last, boolean endOfInput, CharsetDecoder decoder, io.reactivex.FlowableEmitter<String> emitter)
Copyright © 2013–2020. All rights reserved.