Package 

Class CoOutputChannel

  • All Implemented Interfaces:
    kotlin.Function , kotlin.coroutines.SuspendFunction1

    
    public final class CoOutputChannel
    extends CoOutputFlushable
                        

    A class to accept a byte stream in the manner of a CoOutputFlushable and forward it to an IntCoAcceptor.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      CoOutputChannel(IntCoAcceptor<?> downstream)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit invoke(Character ch)
      Unit flush()
      final Unit close()
      • Methods inherited from class java.lang.Object

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