public class CoUTF8_CodePoint<R>
extends AbstractIntCoPipeline
IntCoAcceptor.DefaultImpls| Constructor and Description |
|---|
CoUTF8_CodePoint(IntCoAcceptor<? extends R> downstream) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
acceptInt(int value,
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Accept an
int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method. |
boolean |
getComplete()
Return
true if all sequences in the input are complete, that is, the input is not in the middle of a
sequence requiring more data. The default implementation tests whether the downstream acceptor is complete. |
close, emit, getComplete, getResultaccept, acceptIntclose, getClosed, getComplete, getResultemitaccept, accept, acceptgetClosed, getComplete, getResultpublic CoUTF8_CodePoint(@NotNull
IntCoAcceptor<? extends R> downstream)
@Nullable
public java.lang.Object acceptInt(int value,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> p)
Accept an int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.
value - the input valuepublic boolean getComplete()
Return true if all sequences in the input are complete, that is, the input is not in the middle of a
sequence requiring more data. The default implementation tests whether the downstream acceptor is complete.