public final class OnSubscribeInputStream extends rx.observables.SyncOnSubscribe<InputStream,byte[]>
| Constructor and Description | 
|---|
OnSubscribeInputStream(InputStream is,
                      int size)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected InputStream | 
generateState()  | 
protected InputStream | 
next(InputStream is,
    rx.Observer<? super byte[]> observer)  | 
rx.Observable<byte[]> | 
toObservable()  | 
public OnSubscribeInputStream(InputStream is, int size)
protected InputStream generateState()
generateState in class rx.observables.SyncOnSubscribe<InputStream,byte[]>protected InputStream next(InputStream is, rx.Observer<? super byte[]> observer)
next in class rx.observables.SyncOnSubscribe<InputStream,byte[]>public rx.Observable<byte[]> toObservable()
Copyright © 2020. All rights reserved.