public class CoASCII_CodePoint<R>
extends AbstractIntCoPipeline
public CoASCII_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 value