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) |
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[]>
Copyright © 2013–2016. All rights reserved.