-
- All Implemented Interfaces:
public class CoDecoderFactory
-
-
Field Summary
Fields Modifier and Type Field Description public final static CoDecoderFactoryINSTANCE
-
Method Summary
Modifier and Type Method Description final <R extends Any> IntCoPipeline<R>getDecoder(String charsetName, IntCoAcceptor<R> downstream)final <R extends Any> IntCoPipeline<R>getDecoder(Charset charset, IntCoAcceptor<R> downstream)-
-
Method Detail
-
getDecoder
final <R extends Any> IntCoPipeline<R> getDecoder(String charsetName, IntCoAcceptor<R> downstream)
-
getDecoder
final <R extends Any> IntCoPipeline<R> getDecoder(Charset charset, IntCoAcceptor<R> downstream)
-
-
-
-