public class DecodingCoPipeline<R>
extends AbstractIntCoPipeline
public DecodingCoPipeline(@NotNull
IntCoAcceptor<? extends R> downstream,
@NotNull
java.lang.String table)
@Nullable
public java.lang.Object acceptInt(int p,
@NotNull
kotlin.coroutines.Continuation<? super kotlin.Unit> $completion)
Accept an int, after closed check and test for end of data. Implementing classes must supply an
implementation of this method.
p - the input value