-
- 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, ErrorStrategy errorStrategy)Get a decoder pipeline for the given character set name. final <R extends Any> IntCoPipeline<R>getDecoder(Charset charset, IntCoAcceptor<R> downstream, ErrorStrategy errorStrategy)Get a decoder pipeline for the given character set. -
-
Method Detail
-
getDecoder
final <R extends Any> IntCoPipeline<R> getDecoder(String charsetName, IntCoAcceptor<R> downstream, ErrorStrategy errorStrategy)
Get a decoder pipeline for the given character set name.
-
getDecoder
final <R extends Any> IntCoPipeline<R> getDecoder(Charset charset, IntCoAcceptor<R> downstream, ErrorStrategy errorStrategy)
Get a decoder pipeline for the given character set.
-
-
-
-