public class CoDecoderFactory
public static CoDecoderFactory INSTANCE
@NotNull public <R> IntCoPipeline<R> getDecoder(@NotNull java.lang.String charsetName, @NotNull IntCoAcceptor<? extends R> downstream)
@NotNull public <R> IntCoPipeline<R> getDecoder(@NotNull java.nio.charset.Charset charset, @NotNull IntCoAcceptor<? extends R> downstream)