RxJava


D E J R S

D

decode(Observable<byte[]>, String) - Static method in class rx.observables.StringObservable
Decodes a stream the multibyte chunks into a stream of strings that works on infinite streams and where handles when a multibyte character spans two chunks.
decode(Observable<byte[]>, Charset) - Static method in class rx.observables.StringObservable
Decodes a stream the multibyte chunks into a stream of strings that works on infinite streams and where handles when a multibyte character spans two chunks.
decode(Observable<byte[]>, CharsetDecoder) - Static method in class rx.observables.StringObservable
Decodes a stream the multibyte chunks into a stream of strings that works on infinite streams and where handles when a multibyte character spans two chunks.

E

encode(Observable<String>, String) - Static method in class rx.observables.StringObservable
Encodes a possible infinite stream of strings into a Observable of byte arrays.
encode(Observable<String>, Charset) - Static method in class rx.observables.StringObservable
Encodes a possible infinite stream of strings into a Observable of byte arrays.
encode(Observable<String>, CharsetEncoder) - Static method in class rx.observables.StringObservable
Encodes a possible infinite stream of strings into a Observable of byte arrays.

J

join(Observable<T>, CharSequence) - Static method in class rx.observables.StringObservable
Concatenates the sequence of values by adding a separator between them and emitting the result once the source completes.

R

rx.observables - package rx.observables
 

S

split(Observable<String>, String) - Static method in class rx.observables.StringObservable
Rechunks the strings based on a regex pattern and works on infinite stream.
stringConcat(Observable<String>) - Static method in class rx.observables.StringObservable
Gather up all of the strings in to one string to be able to use it as one message.
StringObservable - Class in rx.observables
 
StringObservable() - Constructor for class rx.observables.StringObservable
 

D E J R S