Package 

Object CoEncoderFactory

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait