-
- All Implemented Interfaces:
public class CoEncoderFactory
-
-
Field Summary
Fields Modifier and Type Field Description public final static CoEncoderFactoryINSTANCE
-
Method Summary
Modifier and Type Method Description final <R extends Any> IntCoPipeline<R>getEncoder(String charsetName, IntCoAcceptor<R> downstream, ErrorStrategy errorStrategy)Get an encoder pipeline for the given character set name. final <R extends Any> IntCoPipeline<R>getEncoder(Charset charset, IntCoAcceptor<R> downstream, ErrorStrategy errorStrategy)Get an encoder pipeline for the given character set. -
-
Method Detail
-
getEncoder
final <R extends Any> IntCoPipeline<R> getEncoder(String charsetName, IntCoAcceptor<R> downstream, ErrorStrategy errorStrategy)
Get an encoder pipeline for the given character set name.
-
getEncoder
final <R extends Any> IntCoPipeline<R> getEncoder(Charset charset, IntCoAcceptor<R> downstream, ErrorStrategy errorStrategy)
Get an encoder pipeline for the given character set.
-
-
-
-