public final class TransformerDecode extends Object
Constructor and Description |
---|
TransformerDecode() |
Modifier and Type | Method and Description |
---|---|
static rx.Observable.Transformer<byte[],String> |
decode(CharsetDecoder decoder) |
static com.github.davidmoten.rx.internal.operators.TransformerDecode.Result |
process(byte[] next,
ByteBuffer last,
boolean endOfInput,
CharsetDecoder decoder,
rx.Subscriber<String> o) |
public static rx.Observable.Transformer<byte[],String> decode(CharsetDecoder decoder)
public static com.github.davidmoten.rx.internal.operators.TransformerDecode.Result process(byte[] next, ByteBuffer last, boolean endOfInput, CharsetDecoder decoder, rx.Subscriber<String> o)
Copyright © 2013–2016. All rights reserved.