public class DecodingCoPipeline<R>
extends AbstractIntCoPipeline
IntCoAcceptor.DefaultImpls| Constructor and Description |
|---|
DecodingCoPipeline(IntCoAcceptor<? extends R> downstream,
java.lang.String table) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
acceptInt(int p,
kotlin.coroutines.Continuation<? super kotlin.Unit> p1)
Accept an
int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method. |
close, emit, getComplete, getResultaccept, acceptIntclose, getClosed, getComplete, getResultemitaccept, accept, acceptgetClosed, getComplete, getResultpublic DecodingCoPipeline(@NotNull
IntCoAcceptor<? extends R> downstream,
@NotNull
java.lang.String table)