Class ChannelOutput


  • public class ChannelOutput
    extends java.lang.Object
    The receive on the connected channel provides a ChannelOutput that can be used to read the output from.
    • Constructor Summary

      Constructors 
      Constructor Description
      ChannelOutput​(java.io.DataInputStream inputStream, long streamSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.DataInputStream getInputStream()  
      long getStreamSize()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChannelOutput

        public ChannelOutput​(java.io.DataInputStream inputStream,
                             long streamSize)
    • Method Detail

      • getInputStream

        public java.io.DataInputStream getInputStream()
      • getStreamSize

        public long getStreamSize()