public class CoUTF8_CodePoint<R>
extends AbstractIntCoPipeline
public 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.