public class CoDecoderFactory
| Modifier and Type | Field and Description |
|---|---|
static CoDecoderFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
<R> CoAbstractIntPipeline<R> |
getDecoder(java.lang.String charsetName,
CoIntAcceptor<? extends R> downstream) |
<R> CoAbstractIntPipeline<R> |
getDecoder(java.nio.charset.Charset charset,
CoIntAcceptor<? extends R> downstream) |
public static CoDecoderFactory INSTANCE
@NotNull public <R> CoAbstractIntPipeline<R> getDecoder(@NotNull java.lang.String charsetName, @NotNull CoIntAcceptor<? extends R> downstream)
@NotNull public <R> CoAbstractIntPipeline<R> getDecoder(@NotNull java.nio.charset.Charset charset, @NotNull CoIntAcceptor<? extends R> downstream)